Membres DTSProcessingTask
Processes objects in a Microsoft SQL Server Analysis Services database.
Le type DTSProcessingTask expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DTSProcessingTask | Initializes a new instance of the DTSProcessingTask class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (Hérité de Task.) | |
Equals | Determines whether two object instances are equal. (Hérité de DtsObject.) | |
Execute | Infrastructure. (Hérité de ASTaskBase.) | |
Finalize | (Hérité de Object.) | |
FireError(String, String) | Infrastructure. (Hérité de ASTaskBase.) | |
FireError(Int32, String, String, String) | Infrastructure. (Hérité de ASTaskBase.) | |
GetConnectionID | Gets a String containing the ID of the connection. (Hérité de Task.) | |
GetConnectionName | Gets a String containing the name of the connection. (Hérité de Task.) | |
GetHashCode | Returns the hash code for this instance. (Hérité de DtsObject.) | |
GetType | (Hérité de Object.) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Hérité de Task.) | |
InternalExecute | Infrastructure. (Hérité de ASTaskBase.) | |
InternalValidate | Infrastructure. (Hérité de ASTaskBase.) | |
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. | |
MemberwiseClone | (Hérité de 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. | |
StopExecution | Infrastructure. (Hérité de ASTaskBase.) | |
SubscribeToProgressEvent | Infrastructure. (Hérité de ASTaskBase.) | |
ToString | (Hérité de Object.) | |
UnsubscribeToProgressEvent | Infrastructure. (Hérité de ASTaskBase.) | |
Update | *** Member deprecated; see Remarks. *** This method updates the old package XML with the new package XML if CanUpdate is set to true. (Hérité de Task.) | |
Validate | Infrastructure. (Hérité de ASTaskBase.) | |
ValidateConnection | Infrastructure. (Hérité de ASTaskBase.) | |
ValidateDDL | Infrastructure. (Hérité de ASTaskBase.) | |
WriteLog | Infrastructure. (Hérité de ASTaskBase.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
bExecutionCanceled | Infrastructure. (Hérité de ASTaskBase.) | |
bTraceError | Infrastructure. (Hérité de ASTaskBase.) | |
ddl | Infrastructure. (Hérité de ASTaskBase.) | |
m_events | Infrastructure. (Hérité de ASTaskBase.) | |
server | Infrastructure. (Hérité de ASTaskBase.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ConnectionName | Infrastructure. (Hérité de ASTaskBase.) | |
ExecutionValue | Returns a user-defined object. This field is read-only. (Hérité de Task.) | |
ProcessingCommands | Gets or sets the text of the processing command to be sent to the Analysis Services server. | |
ProgressEventName | Infrastructure. (Hérité de ASTaskBase.) | |
StatusEventName | Infrastructure. (Hérité de ASTaskBase.) | |
SubComponentName | Infrastructure. (Hérité de ASTaskBase.) | |
TaskDescription | Gets the description of the Analysis Services Processing task. | |
TaskDisplayName | Gets the unique name for the Analysis Services Processing task. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (Hérité de Task.) |
Haut de la page