Membros ASTaskBase
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
O tipo ASTaskBase expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (Herdado de Task.) | |
Equals | Determines whether two object instances are equal. (Herdado de DtsObject.) | |
Execute | Infraestrutura. (Substitui Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).) | |
Finalize | (Herdado de Object.) | |
FireError(String, String) | Infraestrutura. | |
FireError(Int32, String, String, String) | Infraestrutura. | |
GetConnectionID | Gets a String containing the ID of the connection. (Herdado de Task.) | |
GetConnectionName | Gets a String containing the name of the connection. (Herdado de Task.) | |
GetHashCode | Returns the hash code for this instance. (Herdado de DtsObject.) | |
GetType | (Herdado de Object.) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Herdado de Task.) | |
InternalExecute | Infraestrutura. | |
InternalValidate | Infraestrutura. | |
MemberwiseClone | (Herdado de Object.) | |
StopExecution | Infraestrutura. | |
SubscribeToProgressEvent | Infraestrutura. | |
ToString | (Herdado de Object.) | |
UnsubscribeToProgressEvent | Infraestrutura. | |
Update | *** Member deprecated; see Remarks. *** This method updates the old package XML with the new package XML if CanUpdate is set to true. (Herdado de Task.) | |
Validate | Infraestrutura. (Substitui Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).) | |
ValidateConnection | Infraestrutura. | |
ValidateDDL | Infraestrutura. | |
WriteLog | Infraestrutura. |
Início
Campos
Nome | Descrição | |
---|---|---|
bExecutionCanceled | Infraestrutura. | |
bTraceError | Infraestrutura. | |
ddl | Infraestrutura. | |
m_events | Infraestrutura. | |
server | Infraestrutura. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ConnectionName | Infraestrutura. | |
ExecutionValue | Returns a user-defined object. This field is read-only. (Herdado de Task.) | |
ProgressEventName | Infraestrutura. | |
StatusEventName | Infraestrutura. | |
SubComponentName | Infraestrutura. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (Herdado de Task.) |
Início
Consulte também