ASTaskBase-Member
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Der ASTaskBase-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (Geerbt von Task.) | |
Equals | Determines whether two object instances are equal. (Geerbt von DtsObject.) | |
Execute | Infrastruktur. (Überschreibt Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).) | |
Finalize | (Geerbt von Object.) | |
FireError(String, String) | Infrastruktur. | |
FireError(Int32, String, String, String) | Infrastruktur. | |
GetConnectionID | Gets a String containing the ID of the connection. (Geerbt von Task.) | |
GetConnectionName | Gets a String containing the name of the connection. (Geerbt von Task.) | |
GetHashCode | Returns the hash code for this instance. (Geerbt von DtsObject.) | |
GetType | (Geerbt von Object.) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Geerbt von Task.) | |
InternalExecute | Infrastruktur. | |
InternalValidate | Infrastruktur. | |
MemberwiseClone | (Geerbt von Object.) | |
StopExecution | Infrastruktur. | |
SubscribeToProgressEvent | Infrastruktur. | |
ToString | (Geerbt von Object.) | |
UnsubscribeToProgressEvent | Infrastruktur. | |
Update | *** Member deprecated; see Remarks. *** This method updates the old package XML with the new package XML if CanUpdate is set to true. (Geerbt von Task.) | |
Validate | Infrastruktur. (Überschreibt Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).) | |
ValidateConnection | Infrastruktur. | |
ValidateDDL | Infrastruktur. | |
WriteLog | Infrastruktur. |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
bExecutionCanceled | Infrastruktur. | |
bTraceError | Infrastruktur. | |
ddl | Infrastruktur. | |
m_events | Infrastruktur. | |
server | Infrastruktur. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ConnectionName | Infrastruktur. | |
ExecutionValue | Returns a user-defined object. This field is read-only. (Geerbt von Task.) | |
ProgressEventName | Infrastruktur. | |
StatusEventName | Infrastruktur. | |
SubComponentName | Infrastruktur. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (Geerbt von Task.) |
Zum Anfang