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
이름 | Description | |
---|---|---|
DTSProcessingTask | Initializes a new instance of the DTSProcessingTask 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 | 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) |
위쪽
Protected Properties
이름 | Description | |
---|---|---|
ProgressEventName | (inherited from ASTaskBase ) | |
StatusEventName | (inherited from ASTaskBase ) | |
SubComponentName | (inherited from ASTaskBase ) |
위쪽
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 | 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 ) |
위쪽
Protected Methods
이름 | 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 ) |
위쪽
참고 항목
참조
DTSProcessingTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace