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
이름 | Description | |
---|---|---|
ASExecuteDDLTask | Initializes a new instance of the ASExecuteDDLTask class. |
위쪽
Protected Fields
이름 | Description | |
---|---|---|
bExecutionCanceled | (inherited from ASTaskBase ) | |
bTraceError | (inherited from ASTaskBase ) | |
ddl | (inherited from ASTaskBase ) | |
m_events | (inherited from ASTaskBase ) | |
server | (inherited from ASTaskBase ) |
위쪽
Public Properties
(see also Protected Properties )
이름 | 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) |
위쪽
Protected Properties
이름 | Description | |
---|---|---|
ProgressEventName | (inherited from ASTaskBase ) | |
StatusEventName | Overridden. | |
SubComponentName | Overridden. |
위쪽
Public Methods
(see also Protected Methods )
이름 | 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 ) |
위쪽
Protected Methods
이름 | 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 ) |
위쪽
참고 항목
참조
ASExecuteDDLTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace