Partager via


Membres ASTaskBase

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Le type ASTaskBase expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ASTaskBase Infrastructure.

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. (Se substitue à Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).)
Méthode protégée Finalize (Hérité de Object.)
Méthode protégée FireError(String, String) Infrastructure.
Méthode protégée FireError(Int32, String, String, String) Infrastructure.
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.
Méthode protégée InternalValidate Infrastructure.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée StopExecution Infrastructure.
Méthode protégée SubscribeToProgressEvent Infrastructure.
Méthode publique ToString (Hérité de Object.)
Méthode protégée UnsubscribeToProgressEvent Infrastructure.
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. (Se substitue à Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).)
Méthode protégée ValidateConnection Infrastructure.
Méthode protégée ValidateDDL Infrastructure.
Méthode protégée WriteLog Infrastructure.

Haut de la page

Champs

  Nom Description
Champ protégé bExecutionCanceled Infrastructure.
Champ protégé bTraceError Infrastructure.
Champ protégé ddl Infrastructure.
Champ protégé m_events Infrastructure.
Champ protégé server Infrastructure.

Haut de la page

Propriétés

  Nom Description
Propriété publique ConnectionName Infrastructure.
Propriété publique ExecutionValue Returns a user-defined object. This field is read-only. (Hérité de Task.)
Propriété protégée ProgressEventName Infrastructure.
Propriété protégée StatusEventName Infrastructure.
Propriété protégée SubComponentName Infrastructure.
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