Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Microsoft SQL Server/110/DTS/Tasks/en/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>Microsoft.SqlServer.ASTasks</name> </assembly> <members> <member name="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask"> <summary>Executes Data Definition Language (DDL) commands against an instance of Microsoft SQL Server Analysis Services.</summary> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.#ctor"> <summary>Creates a new instance of the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask" /> class.</summary> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.ExecutionValue"> <summary>Gets the result of the Analysis Services Execute DDL task.</summary> <returns>The result of the Analysis Services Execute DDL task.</returns> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.InternalExecute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)"> <summary>Executes the DDL task internally.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns> <param name="connections">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Connections" /> collection for the task.</param> <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Variables" /> collection for the task.</param> <param name="events">An <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface to raise events.</param> <param name="log">An <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param> <param name="transaction">The transaction object that the task is part of. This value can be null.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.InternalValidate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)"> <summary>Validates the DDL task internally.</summary> <returns>A value from the <see cref="T:Microsoft.SqlServer.Dts.Runtime.DTSExecResult" /> enumeration.</returns> <param name="connections">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Connections" /> collection for the task.</param> <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Variables" /> collection for the task.</param> <param name="events">An <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents" /> interface to raise events.</param> <param name="log">An <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSLogging" /> interface.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>This method is not callable by your application code. To load a package saved as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(System.String,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="rootNode">The node that contains the information to be loaded.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>This method is not callable by your application code. To save a package as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(System.String,Microsoft.SqlServer.Dts.Runtime.Package,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="doc">The XML document to which to save the information.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.Source"> <summary>Gets or sets the name of the source that contains the DDL statement to be sent to the Analysis Services server.</summary> <returns>The name of the source that contains the DDL statement to be sent to the Analysis Services server.</returns> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.SourceType"> <summary>Gets or sets a value from the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType" /> enumeration indicating the source type that contains the DDL statements.</summary> <returns>A value from the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType" /> enumeration.</returns> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.StatusEventName"> <summary>Gets the status event name for the Analysis Services Execute DDL task.</summary> <returns>The status event name for the Analysis Services Execute DDL task.</returns> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.SubComponentName"> <summary>Gets the sub component name for the Analysis Services Execute DDL task.</summary> <returns>The sub component name for the Analysis Services Execute DDL task.</returns> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.TaskDescription"> <summary>Gets a description of the Analysis Services Execute DDL task.</summary> <returns>The description of the Analysis Services Execute DDL task.</returns> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.TaskDisplayName"> <summary>Gets the unique name for the Analysis Services Execute DDL task.</summary> <returns>The unique name for the Analysis Services Execute DDL task.</returns> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.ValidateDDL(Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.Connections,System.Exception@)"> <summary>Verifies that the DDL task is properly configured.</summary> <returns>true if the validation succeeded; otherwise, false.</returns> <param name="variableDispenser">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Variables" /> collection for the task.</param> <param name="connections">A <see cref="T:Microsoft.SqlServer.Dts.Runtime.Connections" /> collection for the task.</param> <param name="ex">When this method returns, contains the exception during validation if any or null if no exception has occurred.</param> </member> <member name="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase"> <summary>Represents the Analysis Services task base.</summary> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase" /> class.</summary> </member> <member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.bExecutionCanceled"> <summary>The execution is cancelled.</summary> </member> <member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.bTraceError"> <summary>The trace error.</summary> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.ConnectionName"> <summary>Gets or sets the name of the connection for the analysis services task.</summary> <returns>The name of the connection.</returns> </member> <member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.ddl"> <summary>The data definition language.</summary> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.Execute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)"> <summary>Executes the analysis services task.</summary> <returns>The executed task.</returns> <param name="connections">The connections used.</param> <param name="variableDispenser">The variable dispenser.</param> <param name="events">The events.</param> <param name="log">The log.</param> <param name="transaction">The transaction.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.FireError(System.Int32,System.String,System.String,System.String)"> <summary>Raises an event when an error occurs.</summary> <param name="errorCode">An Integer that identifies the error message.</param> <param name="subComponent">A String that contains more detail about the event source.</param> <param name="message">The text of the message.</param> <param name="helpLink">The path to the Help file that contains detailed information.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.FireError(System.String,System.String)"> <summary>Raises an event when an error occurs.</summary> <param name="subComponent">A String that contains more detail about the event source.</param> <param name="message">The text of the message.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.InternalExecute(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.Object)"> <summary>Executes the task internally.</summary> <returns>The executed task.</returns> <param name="connections">The connections used.</param> <param name="variableDispenser">The variable dispenser.</param> <param name="events">The events.</param> <param name="log">The log.</param> <param name="transaction">The transaction.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.InternalValidate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)"> <summary>Validates the task internally.</summary> <returns>The validated task.</returns> <param name="connections">The connections.</param> <param name="variableDispenser">The variable dispenser.</param> <param name="events">the events.</param> <param name="log">The log.</param> </member> <member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.m_events"> <summary>The events.</summary> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.ProgressEventName"> <summary>Gets the name of the progress event for the analysis services task.</summary> <returns>The name of the progress event.</returns> </member> <member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.server"> <summary>The server.</summary> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.StatusEventName"> <summary>Gets the name of the status event for the analysis services task.</summary> <returns>The name of the status event.</returns> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.StopExecution"> <summary>Stops the execution of the analysis service task.</summary> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.SubComponentName"> <summary>Gets the name of the sub component for the analysis services task.</summary> <returns>The name of the sub component.</returns> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.SubscribeToProgressEvent(Microsoft.AnalysisServices.SessionTrace)"> <summary>Subscribes the task to progress event.</summary> <param name="trace">The trace.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.UnsubscribeToProgressEvent(Microsoft.AnalysisServices.SessionTrace)"> <summary>Unsubscribes the task from the progress event.</summary> <param name="trace">The trace.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.Validate(Microsoft.SqlServer.Dts.Runtime.Connections,Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents,Microsoft.SqlServer.Dts.Runtime.IDTSLogging)"> <summary>Validates the analysis service task.</summary> <returns>The validated task.</returns> <param name="connections">The connections.</param> <param name="variableDispenser">The variable description.</param> <param name="events">The event.</param> <param name="log">The log.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.ValidateConnection(Microsoft.SqlServer.Dts.Runtime.Connections)"> <summary>Validates the task connection.</summary> <returns>The validated connection.</returns> <param name="connections">The connection to be validated.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.ValidateDDL(Microsoft.SqlServer.Dts.Runtime.VariableDispenser,Microsoft.SqlServer.Dts.Runtime.Connections,System.Exception@)"> <summary>Validates the data definition language.</summary> <returns>The validated DLL.</returns> <param name="variableDispenser">The variable description.</param> <param name="connections">The connections.</param> <param name="ex">The exception.</param> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASTaskBase.WriteLog(Microsoft.SqlServer.Dts.Runtime.IDTSLogging,System.String)"> <summary>Writes a log for the task.</summary> <param name="log">The log.</param> <param name="message">The message.</param> </member> <member name="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType"> <summary>This enumeration provides values that indicate where the DDL source is located.</summary> </member> <member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType.DirectInput"> <summary>Indicates that the DDL source is contained in the <see cref="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.ASExecuteDDLTask.Source" /> property.</summary> </member> <member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType.FileConnection"> <summary>Indicates that the DDL source is contained in a FILE connection.</summary> </member> <member name="F:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DDLSourceType.Variable"> <summary>Indicates that the DDL source is contained in a <see cref="T:Microsoft.SqlServer.Dts.Runtime.Variable" />.</summary> </member> <member name="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask"> <summary>Processes objects in a Microsoft SQL Server Analysis Services database.</summary> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask" /> class. </summary> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.LoadFromXML(System.Xml.XmlElement,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>Loads the task information from XML. This method is not callable by your application code. To load a package saved as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(System.String,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="rootNode">The node that contains the information to be loaded.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.ProcessingCommands"> <summary>Gets or sets the text of the processing command to be sent to the Analysis Services server.</summary> <returns>The text of the processing command to be sent to the Analysis Services server.</returns> </member> <member name="M:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.SaveToXML(System.Xml.XmlDocument,Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents)"> <summary>Saves component information to the package XML. This method is not callable by your application code. To save a package as .xml, use the <see cref="M:Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(System.String,Microsoft.SqlServer.Dts.Runtime.Package,Microsoft.SqlServer.Dts.Runtime.IDTSEvents)" /> method.</summary> <param name="doc">The XML document to which to save the information.</param> <param name="events">An object that implements the <see cref="T:Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents" /> interface for raising events (errors, warnings, and so on) during persistence.</param> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.TaskDescription"> <summary>Gets the description of the Analysis Services Processing task.</summary> <returns>The description of the Analysis Services Processing task.</returns> </member> <member name="P:Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DTSProcessingTask.TaskDisplayName"> <summary>Gets the unique name for the Analysis Services Processing task.</summary> <returns>The unique name for the Analysis Services Processing task.</returns> </member> </members> </doc>