Partager via


Membres DTSProcessingTask

Processes objects in a Microsoft SQL Server Analysis Services database.

Le type DTSProcessingTask expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DTSProcessingTask Initializes a new instance of the DTSProcessingTask class.

Haut de la page

Méthodes

  Nom Description
Méthode publique CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Hérité de Task.)
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode publique Execute Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée Finalize (Hérité de Object.)
Méthode protégée FireError(String, String) Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée FireError(Int32, String, String, String) Infrastructure. (Hérité de ASTaskBase.)
Méthode publique GetConnectionID Gets a String containing the ID of the connection. (Hérité de Task.)
Méthode publique GetConnectionName Gets a String containing the name of the connection. (Hérité de Task.)
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode publique 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.)
Méthode protégée InternalExecute Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée InternalValidate Infrastructure. (Hérité de ASTaskBase.)
Méthode publique 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.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique 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.
Méthode protégée StopExecution Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée SubscribeToProgressEvent Infrastructure. (Hérité de ASTaskBase.)
Méthode publique ToString (Hérité de Object.)
Méthode protégée UnsubscribeToProgressEvent Infrastructure. (Hérité de ASTaskBase.)
Méthode publique 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.)
Méthode publique Validate Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée ValidateConnection Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée ValidateDDL Infrastructure. (Hérité de ASTaskBase.)
Méthode protégée WriteLog Infrastructure. (Hérité de ASTaskBase.)

Haut de la page

Champs

  Nom Description
Champ protégé bExecutionCanceled Infrastructure. (Hérité de ASTaskBase.)
Champ protégé bTraceError Infrastructure. (Hérité de ASTaskBase.)
Champ protégé ddl Infrastructure. (Hérité de ASTaskBase.)
Champ protégé m_events Infrastructure. (Hérité de ASTaskBase.)
Champ protégé server Infrastructure. (Hérité de ASTaskBase.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ConnectionName Infrastructure. (Hérité de ASTaskBase.)
Propriété publique ExecutionValue Returns a user-defined object. This field is read-only. (Hérité de Task.)
Propriété publique ProcessingCommands Gets or sets the text of the processing command to be sent to the Analysis Services server.
Propriété protégée ProgressEventName Infrastructure. (Hérité de ASTaskBase.)
Propriété protégée StatusEventName Infrastructure. (Hérité de ASTaskBase.)
Propriété protégée SubComponentName Infrastructure. (Hérité de ASTaskBase.)
Propriété publiqueMembre statique TaskDescription Gets the description of the Analysis Services Processing task.
Propriété publiqueMembre statique TaskDisplayName Gets the unique name for the Analysis Services Processing task.
Propriété publique Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Hérité de Task.)

Haut de la page