Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .gif) | bExecutionCanceled | (inherited from ASTaskBase ) | 
| .gif) | bTraceError | (inherited from ASTaskBase ) | 
| .gif) | ddl | (inherited from ASTaskBase ) | 
| .gif) | m_events | (inherited from ASTaskBase ) | 
| .gif) | server | (inherited from ASTaskBase ) | 
Top
Public Properties
(see also Protected Properties )
| Name | Description | |
|---|---|---|
| .gif) | ConnectionName | (inherited from ASTaskBase ) | 
| .gif) | ExecutionValue | Returns a user-defined object. This field is read-only. (inherited from Task) | 
| .gif) | ProcessingCommands | Gets or sets the text of the processing command to be sent to the Analysis Services server. | 
| .gif) .gif) | TaskDescription | Gets the description of the Analysis Services Processing task. | 
| .gif) .gif) | TaskDisplayName | Gets the unique name for the Analysis Services Processing task. | 
| .gif) | Version | Returns the version of the task. This property is read-only. (inherited from Task) | 
| .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 | |
|---|---|---|
| .gif) | ProgressEventName | (inherited from ASTaskBase ) | 
| .gif) | StatusEventName | (inherited from ASTaskBase ) | 
| .gif) | SubComponentName | (inherited from ASTaskBase ) | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | CanUpdate | (inherited from Task ) | 
| .gif) | Equals | Overloaded. (inherited from DtsObject ) | 
| .gif) | Execute | (inherited from ASTaskBase ) | 
| .gif) | GetConnectionID | (inherited from Task ) | 
| .gif) | GetConnectionName | (inherited from Task ) | 
| .gif) | GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | InitializeTask | (inherited from Task ) | 
| .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. | 
| .gif) .gif) | op_Equality | (inherited from DtsObject ) | 
| .gif) .gif) | op_Inequality | (inherited from DtsObject ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .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. | 
| .gif) | ToString | (inherited from Object ) | 
| .gif) | Update | (inherited from Task ) | 
| .gif) | Validate | (inherited from ASTaskBase ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | FireError | Overloaded. (inherited from ASTaskBase ) | 
| .gif) | InternalExecute | (inherited from ASTaskBase ) | 
| .gif) | InternalValidate | (inherited from ASTaskBase ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
| .gif) | StopExecution | (inherited from ASTaskBase ) | 
| .gif) | SubscribeToProgressEvent | (inherited from ASTaskBase ) | 
| .gif) | UnsubscribeToProgressEvent | (inherited from ASTaskBase ) | 
| .gif) | ValidateConnection | (inherited from ASTaskBase ) | 
| .gif) | ValidateDDL | (inherited from ASTaskBase ) | 
| .gif) | WriteLog | (inherited from ASTaskBase ) | 
Top
See Also
Reference
DTSProcessingTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace