ASTaskBase-Klasse
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime. . :: . .Task
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask..::..ASTaskBase
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask. . :: . .ASExecuteDDLTask
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask. . :: . .DTSProcessingTask
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Public MustInherit Class ASTaskBase _
Inherits Task
'Usage
Dim instance As ASTaskBase
public abstract class ASTaskBase : Task
public ref class ASTaskBase abstract : public Task
[<AbstractClassAttribute>]
type ASTaskBase =
class
inherit Task
end
public abstract class ASTaskBase extends Task
Der ASTaskBase-Typ macht folgende Elemente verfügbar.
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
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
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.