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 | |
---|---|---|
![]() |
bExecutionCanceled | (inherited from ASTaskBase ) |
![]() |
bTraceError | (inherited from ASTaskBase ) |
![]() |
ddl | (inherited from ASTaskBase ) |
![]() |
m_events | (inherited from ASTaskBase ) |
![]() |
server | (inherited from ASTaskBase ) |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
![]() |
ConnectionName | (inherited from ASTaskBase ) |
![]() |
ExecutionValue | Returns a user-defined object. This field is read-only. (inherited from Task) |
![]() |
ProcessingCommands | Gets or sets the text of the processing command to be sent to the Analysis Services server. |
![]() ![]() |
TaskDescription | Gets the description of the Analysis Services Processing task. |
![]() ![]() |
TaskDisplayName | Gets the unique name for the Analysis Services Processing 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) |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
ProgressEventName | (inherited from ASTaskBase ) |
![]() |
StatusEventName | (inherited from ASTaskBase ) |
![]() |
SubComponentName | (inherited from ASTaskBase ) |
Top
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 | 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. |
![]() ![]() |
op_Equality | (inherited from DtsObject ) |
![]() ![]() |
op_Inequality | (inherited from DtsObject ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
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. |
![]() |
ToString | (inherited from Object ) |
![]() |
Update | (inherited from Task ) |
![]() |
Validate | (inherited from ASTaskBase ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
FireError | Overloaded. (inherited from ASTaskBase ) |
![]() |
InternalExecute | (inherited from ASTaskBase ) |
![]() |
InternalValidate | (inherited from ASTaskBase ) |
![]() |
MemberwiseClone | (inherited from Object ) |
![]() |
StopExecution | (inherited from ASTaskBase ) |
![]() |
SubscribeToProgressEvent | (inherited from ASTaskBase ) |
![]() |
UnsubscribeToProgressEvent | (inherited from ASTaskBase ) |
![]() |
ValidateConnection | (inherited from ASTaskBase ) |
![]() |
ValidateDDL | (inherited from ASTaskBase ) |
![]() |
WriteLog | (inherited from ASTaskBase ) |
Top
See Also
Reference
DTSProcessingTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace