Compartir a través de


ASTaskBase Miembros

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

El tipo ASTaskBase expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ASTaskBase Infraestructura.

Principio

Métodos

  Nombre Descripción
Método publico CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Se hereda de Task).
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método publico Execute Infraestructura. (Invalida Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).)
Método protegido Finalize (Se hereda de Object).
Método protegido FireError(String, String) Infraestructura.
Método protegido FireError(Int32, String, String, String) Infraestructura.
Método publico GetConnectionID Gets a String containing the ID of the connection. (Se hereda de Task).
Método publico GetConnectionName Gets a String containing the name of the connection. (Se hereda de Task).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método publico InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Se hereda de Task).
Método protegido InternalExecute Infraestructura.
Método protegido InternalValidate Infraestructura.
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido StopExecution Infraestructura.
Método protegido SubscribeToProgressEvent Infraestructura.
Método publico ToString (Se hereda de Object).
Método protegido UnsubscribeToProgressEvent Infraestructura.
Método publico Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (Se hereda de Task).
Método publico Validate Infraestructura. (Invalida Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).)
Método protegido ValidateConnection Infraestructura.
Método protegido ValidateDDL Infraestructura.
Método protegido WriteLog Infraestructura.

Principio

Campos

  Nombre Descripción
Campo protegido bExecutionCanceled Infraestructura.
Campo protegido bTraceError Infraestructura.
Campo protegido ddl Infraestructura.
Campo protegido m_events Infraestructura.
Campo protegido server Infraestructura.

Principio

Propiedades

  Nombre Descripción
Propiedad pública ConnectionName Infraestructura.
Propiedad pública ExecutionValue Returns a user-defined object. This field is read-only. (Se hereda de Task).
Propiedad protegida ProgressEventName Infraestructura.
Propiedad protegida StatusEventName Infraestructura.
Propiedad protegida SubComponentName Infraestructura.
Propiedad pública Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Se hereda de Task).

Principio