Microsoft.SqlServer.ASTasks
The namespace provides the classes that define and support the Analysis Services Processing task () and the Analysis Services Execute DDL task ().
Executes Data Definition Language (DDL) commands against an instance of Microsoft SQL Server Analysis Services.
Initializes a new instance of the class.
This method is not callable by your application code. To load a package saved as .xml, use the method.
The node that contains the information to be loaded.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
This method is not callable by your application code. To save a package as .xml, use the method.
The XML document to which to save the information.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
Returns the result of the task execution.
A user-defined object.
Gets or sets the text of the DDL statement to be sent to the Analysis Services server.
The text of the DDL statement to be sent to the Analysis Services server.
Gets or sets a value from the enumeration indicating the source type that contains the DDL statements.
A value from the enumeration.
Returns a description of the Analysis Services Execute DDL task.
The description of the Analysis Services Execute DDL task.
Returns the name of the Execute DDL task.
The name of the task.
This enumeration provides values that indicate where the DDL source is located.
Indicates that the DDL source is contained in the property.
Indicates that the DDL source is contained in a FILE connection.
Indicates that the DDL source is contained in a .
Processes objects in a Microsoft SQL Server Analysis Services database.
Initializes a new instance of the class.
Loads the task information from XML. This method is not callable by your application code. To load a package saved as .xml, use the method.
The node that contains the information to be loaded.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
Saves component information to the package XML. This method is not callable by your application code. To save a package as .xml, use the method.
The XML document to which to save the information.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
Gets or sets the text of the processing command to be sent to the Analysis Services server.
The text of the processing command to be sent to the Analysis Services server.
Gets the description of the Analysis Services Processing task.
The description of the Analysis Services Processing task.
Gets the unique name for the Analysis Services Processing task.
The unique name for the Analysis Services Processing task.