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.
Métodos
Nombre | Descripción | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (Se hereda de Task). | |
Equals | Determines whether two object instances are equal. (Se hereda de DtsObject). | |
Execute | Infraestructura. (Invalida Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).) | |
Finalize | (Se hereda de Object). | |
FireError(String, String) | Infraestructura. | |
FireError(Int32, String, String, String) | Infraestructura. | |
GetConnectionID | Gets a String containing the ID of the connection. (Se hereda de Task). | |
GetConnectionName | Gets a String containing the name of the connection. (Se hereda de Task). | |
GetHashCode | Returns the hash code for this instance. (Se hereda de DtsObject). | |
GetType | (Se hereda de Object). | |
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). | |
InternalExecute | Infraestructura. | |
InternalValidate | Infraestructura. | |
MemberwiseClone | (Se hereda de Object). | |
StopExecution | Infraestructura. | |
SubscribeToProgressEvent | Infraestructura. | |
ToString | (Se hereda de Object). | |
UnsubscribeToProgressEvent | Infraestructura. | |
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). | |
Validate | Infraestructura. (Invalida Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).) | |
ValidateConnection | Infraestructura. | |
ValidateDDL | Infraestructura. | |
WriteLog | Infraestructura. |
Principio
Campos
Nombre | Descripción | |
---|---|---|
bExecutionCanceled | Infraestructura. | |
bTraceError | Infraestructura. | |
ddl | Infraestructura. | |
m_events | Infraestructura. | |
server | Infraestructura. |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
ConnectionName | Infraestructura. | |
ExecutionValue | Returns a user-defined object. This field is read-only. (Se hereda de Task). | |
ProgressEventName | Infraestructura. | |
StatusEventName | Infraestructura. | |
SubComponentName | Infraestructura. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (Se hereda de Task). |
Principio
Vea también