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
ms210911.protfield(zh-cn,SQL.90).gif bExecutionCanceled  (inherited from ASTaskBase )
ms210911.protfield(zh-cn,SQL.90).gif bTraceError  (inherited from ASTaskBase )
ms210911.protfield(zh-cn,SQL.90).gif ddl  (inherited from ASTaskBase )
ms210911.protfield(zh-cn,SQL.90).gif m_events  (inherited from ASTaskBase )
ms210911.protfield(zh-cn,SQL.90).gif server  (inherited from ASTaskBase )

顶部

Public Properties

(see also Protected Properties )

  名称 Description
ms210911.pubproperty(zh-cn,SQL.90).gif ConnectionName  (inherited from ASTaskBase )
ms210911.pubproperty(zh-cn,SQL.90).gif ExecutionValue Overridden. Returns the result of the task execution.
ms210911.pubproperty(zh-cn,SQL.90).gif Source Gets or sets the text of the DDL statement to be sent to the Analysis Services server.
ms210911.pubproperty(zh-cn,SQL.90).gif SourceType Gets or sets a value from the DDLSourceType enumeration indicating the source type that contains the DDL statements.
ms210911.pubproperty(zh-cn,SQL.90).gifms210911.static(zh-cn,SQL.90).gif TaskDescription Returns a description of the Analysis Services Execute DDL task.
ms210911.pubproperty(zh-cn,SQL.90).gifms210911.static(zh-cn,SQL.90).gif TaskDisplayName Returns the name of the Execute DDL task.
ms210911.pubproperty(zh-cn,SQL.90).gif Version  Returns the version of the task. This property is read-only. (inherited from Task)
ms210911.pubproperty(zh-cn,SQL.90).gif 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
ms210911.protproperty(zh-cn,SQL.90).gif ProgressEventName  (inherited from ASTaskBase )
ms210911.protproperty(zh-cn,SQL.90).gif StatusEventName Overridden.  
ms210911.protproperty(zh-cn,SQL.90).gif SubComponentName Overridden.  

顶部

Public Methods

(see also Protected Methods )

  名称 Description
ms210911.pubmethod(zh-cn,SQL.90).gif CanUpdate  (inherited from Task )
ms210911.pubmethod(zh-cn,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms210911.pubmethod(zh-cn,SQL.90).gif Execute  (inherited from ASTaskBase )
ms210911.pubmethod(zh-cn,SQL.90).gif GetConnectionID  (inherited from Task )
ms210911.pubmethod(zh-cn,SQL.90).gif GetConnectionName  (inherited from Task )
ms210911.pubmethod(zh-cn,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms210911.pubmethod(zh-cn,SQL.90).gif GetType  (inherited from Object )
ms210911.pubmethod(zh-cn,SQL.90).gif InitializeTask  (inherited from Task )
ms210911.pubmethod(zh-cn,SQL.90).gif LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
ms210911.pubmethod(zh-cn,SQL.90).gifms210911.static(zh-cn,SQL.90).gif op_Equality  (inherited from DtsObject )
ms210911.pubmethod(zh-cn,SQL.90).gifms210911.static(zh-cn,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms210911.pubmethod(zh-cn,SQL.90).gifms210911.static(zh-cn,SQL.90).gif ReferenceEquals  (inherited from Object )
ms210911.pubmethod(zh-cn,SQL.90).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms210911.pubmethod(zh-cn,SQL.90).gif ToString  (inherited from Object )
ms210911.pubmethod(zh-cn,SQL.90).gif Update  (inherited from Task )
ms210911.pubmethod(zh-cn,SQL.90).gif Validate  (inherited from ASTaskBase )

顶部

Protected Methods

  名称 Description
ms210911.protmethod(zh-cn,SQL.90).gif Finalize  (inherited from Object )
ms210911.protmethod(zh-cn,SQL.90).gif FireError  Overloaded. (inherited from ASTaskBase )
ms210911.protmethod(zh-cn,SQL.90).gif InternalExecute Overridden.  
ms210911.protmethod(zh-cn,SQL.90).gif InternalValidate Overridden.  
ms210911.protmethod(zh-cn,SQL.90).gif MemberwiseClone  (inherited from Object )
ms210911.protmethod(zh-cn,SQL.90).gif StopExecution  (inherited from ASTaskBase )
ms210911.protmethod(zh-cn,SQL.90).gif SubscribeToProgressEvent  (inherited from ASTaskBase )
ms210911.protmethod(zh-cn,SQL.90).gif UnsubscribeToProgressEvent  (inherited from ASTaskBase )
ms210911.protmethod(zh-cn,SQL.90).gif ValidateConnection  (inherited from ASTaskBase )
ms210911.protmethod(zh-cn,SQL.90).gif ValidateDDL Overridden.  
ms210911.protmethod(zh-cn,SQL.90).gif WriteLog  (inherited from ASTaskBase )

顶部

请参阅

参考

ASExecuteDDLTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace