ASExecuteDDLTask Members
Executes Data Definition Language (DDL) commands against an instance of SQL Server 2005 Analysis Services (SSAS).
The following tables list the members exposed by the ASExecuteDDLTask type.
Public Constructors
Name | Description | |
---|---|---|
ASExecuteDDLTask | Initializes a new instance of the ASExecuteDDLTask class. |
Nach oben
Protected Fields
Name | Description | |
---|---|---|
bExecutionCanceled | (inherited from ASTaskBase ) | |
bTraceError | (inherited from ASTaskBase ) | |
ddl | (inherited from ASTaskBase ) | |
m_events | (inherited from ASTaskBase ) | |
server | (inherited from ASTaskBase ) |
Nach oben
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
ConnectionName | (inherited from ASTaskBase ) | |
ExecutionValue | Overridden. Returns the result of the task execution. | |
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. | |
TaskDescription | Returns a description of the Analysis Services Execute DDL task. | |
TaskDisplayName | Returns the name of the Execute DDL task. | |
Version | Returns the version of the task. This property is read-only. (inherited from Task) | |
WaitForMe | Returns a Boolean that indicates whether the parent container should wait for completion of this task. This property is read-only. (inherited from Task) |
Nach oben
Protected Properties
Name | Description | |
---|---|---|
ProgressEventName | (inherited from ASTaskBase ) | |
StatusEventName | Overridden. | |
SubComponentName | Overridden. |
Nach oben
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CanUpdate | (inherited from Task ) | |
Equals | Overloaded. (inherited from DtsObject ) | |
Execute | (inherited from ASTaskBase ) | |
GetConnectionID | (inherited from Task ) | |
GetConnectionName | (inherited from Task ) | |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
InitializeTask | (inherited from Task ) | |
LoadFromXML | This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method. | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from Object ) | |
SaveToXML | This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method. | |
ToString | (inherited from Object ) | |
Update | (inherited from Task ) | |
Validate | (inherited from ASTaskBase ) |
Nach oben
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
FireError | Overloaded. (inherited from ASTaskBase ) | |
InternalExecute | Overridden. | |
InternalValidate | Overridden. | |
MemberwiseClone | (inherited from Object ) | |
StopExecution | (inherited from ASTaskBase ) | |
SubscribeToProgressEvent | (inherited from ASTaskBase ) | |
UnsubscribeToProgressEvent | (inherited from ASTaskBase ) | |
ValidateConnection | (inherited from ASTaskBase ) | |
ValidateDDL | Overridden. | |
WriteLog | (inherited from ASTaskBase ) |
Nach oben
Siehe auch
Verweis
ASExecuteDDLTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace