ASExecuteDDLTask Members
Include Protected Members
Include Inherited Members
Executes Data Definition Language (DDL) commands against an instance of Microsoft SQL Server Analysis Services.
The ASExecuteDDLTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ASExecuteDDLTask() | Initializes a new instance of the ASExecuteDDLTask class. |
Top
Methods
Top
Fields
Name | Description | |
---|---|---|
bExecutionCanceled | Infrastructure. (Inherited from ASTaskBase.) | |
bTraceError | Infrastructure. (Inherited from ASTaskBase.) | |
ddl | Infrastructure. (Inherited from ASTaskBase.) | |
m_events | Infrastructure. (Inherited from ASTaskBase.) | |
server | Infrastructure. (Inherited from ASTaskBase.) |
Top
Properties
Name | Description | |
---|---|---|
ConnectionName | Infrastructure. (Inherited from ASTaskBase.) | |
ExecutionValue | Returns the result of the task execution. (Overrides Task.ExecutionValue.) | |
ProgressEventName | Infrastructure. (Inherited from ASTaskBase.) | |
Source | Gets or sets the text of the DDL statement to be sent to the Analysis Services server. | |
SourceType | Gets or sets a value from the DDLSourceType enumeration indicating the source type that contains the DDL statements. | |
StatusEventName | Infrastructure. (Overrides ASTaskBase.StatusEventName.) | |
SubComponentName | Infrastructure. (Overrides ASTaskBase.SubComponentName.) | |
TaskDescription | Returns a description of the Analysis Services Execute DDL task. | |
TaskDisplayName | Returns the name of the Execute DDL task. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (Inherited from Task.) |
Top