DTSProcessingTask Members

Processes objects in a SQL Server 2005 Analysis Services (SSAS) database.

The following tables list the members exposed by the DTSProcessingTask type.

Public Constructors

  Name Description
DTSProcessingTask Initializes a new instance of the DTSProcessingTask class.

Top

Protected Fields

  Name Description
ms211075.protfield(en-US,SQL.90).gif bExecutionCanceled  (inherited from ASTaskBase )
ms211075.protfield(en-US,SQL.90).gif bTraceError  (inherited from ASTaskBase )
ms211075.protfield(en-US,SQL.90).gif ddl  (inherited from ASTaskBase )
ms211075.protfield(en-US,SQL.90).gif m_events  (inherited from ASTaskBase )
ms211075.protfield(en-US,SQL.90).gif server  (inherited from ASTaskBase )

Top

Public Properties

(see also Protected Properties )

  Name Description
ms211075.pubproperty(en-US,SQL.90).gif ConnectionName  (inherited from ASTaskBase )
ms211075.pubproperty(en-US,SQL.90).gif ExecutionValue  Returns a user-defined object. This field is read-only. (inherited from Task)
ms211075.pubproperty(en-US,SQL.90).gif ProcessingCommands Gets or sets the text of the processing command to be sent to the Analysis Services server.
ms211075.pubproperty(en-US,SQL.90).gifms211075.static(en-US,SQL.90).gif TaskDescription Gets the description of the Analysis Services Processing task.
ms211075.pubproperty(en-US,SQL.90).gifms211075.static(en-US,SQL.90).gif TaskDisplayName Gets the unique name for the Analysis Services Processing task.
ms211075.pubproperty(en-US,SQL.90).gif Version  Returns the version of the task. This property is read-only. (inherited from Task)
ms211075.pubproperty(en-US,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)

Top

Protected Properties

  Name Description
ms211075.protproperty(en-US,SQL.90).gif ProgressEventName  (inherited from ASTaskBase )
ms211075.protproperty(en-US,SQL.90).gif StatusEventName  (inherited from ASTaskBase )
ms211075.protproperty(en-US,SQL.90).gif SubComponentName  (inherited from ASTaskBase )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211075.pubmethod(en-US,SQL.90).gif CanUpdate  (inherited from Task )
ms211075.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms211075.pubmethod(en-US,SQL.90).gif Execute  (inherited from ASTaskBase )
ms211075.pubmethod(en-US,SQL.90).gif GetConnectionID  (inherited from Task )
ms211075.pubmethod(en-US,SQL.90).gif GetConnectionName  (inherited from Task )
ms211075.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211075.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms211075.pubmethod(en-US,SQL.90).gif InitializeTask  (inherited from Task )
ms211075.pubmethod(en-US,SQL.90).gif LoadFromXML Loads the task information from XML. This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
ms211075.pubmethod(en-US,SQL.90).gifms211075.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms211075.pubmethod(en-US,SQL.90).gifms211075.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms211075.pubmethod(en-US,SQL.90).gifms211075.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms211075.pubmethod(en-US,SQL.90).gif SaveToXML Saves component information to the package XML. This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms211075.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms211075.pubmethod(en-US,SQL.90).gif Update  (inherited from Task )
ms211075.pubmethod(en-US,SQL.90).gif Validate  (inherited from ASTaskBase )

Top

Protected Methods

  Name Description
ms211075.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms211075.protmethod(en-US,SQL.90).gif FireError  Overloaded. (inherited from ASTaskBase )
ms211075.protmethod(en-US,SQL.90).gif InternalExecute  (inherited from ASTaskBase )
ms211075.protmethod(en-US,SQL.90).gif InternalValidate  (inherited from ASTaskBase )
ms211075.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
ms211075.protmethod(en-US,SQL.90).gif StopExecution  (inherited from ASTaskBase )
ms211075.protmethod(en-US,SQL.90).gif SubscribeToProgressEvent  (inherited from ASTaskBase )
ms211075.protmethod(en-US,SQL.90).gif UnsubscribeToProgressEvent  (inherited from ASTaskBase )
ms211075.protmethod(en-US,SQL.90).gif ValidateConnection  (inherited from ASTaskBase )
ms211075.protmethod(en-US,SQL.90).gif ValidateDDL  (inherited from ASTaskBase )
ms211075.protmethod(en-US,SQL.90).gif WriteLog  (inherited from ASTaskBase )

Top

See Also

Reference

DTSProcessingTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace