Classe ASTaskBase
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Hiérarchie d'héritage
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
Espace de noms : Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly : Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)
Syntaxe
'Déclaration
Public MustInherit Class ASTaskBase _
Inherits Task
'Utilisation
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
Le type ASTaskBase expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
ConnectionName | Infrastructure. | |
ExecutionValue | Returns a user-defined object. This field is read-only. (hérité de Task.) | |
ProgressEventName | Infrastructure. | |
StatusEventName | Infrastructure. | |
SubComponentName | Infrastructure. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. (hérité de Task.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. (hérité de Task.) | |
Equals | Determines whether two object instances are equal. (hérité de DtsObject.) | |
Execute | Infrastructure. (remplace Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).) | |
Finalize | (hérité de Object.) | |
FireError(String, String) | Infrastructure. | |
FireError(Int32, String, String, String) | Infrastructure. | |
GetConnectionID | Gets a String containing the ID of the connection. (hérité de Task.) | |
GetConnectionName | Gets a String containing the name of the connection. (hérité de Task.) | |
GetHashCode | Returns the hash code for this instance. (hérité de DtsObject.) | |
GetType | (hérité de Object.) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (hérité de Task.) | |
InternalExecute | Infrastructure. | |
InternalValidate | Infrastructure. | |
MemberwiseClone | (hérité de Object.) | |
StopExecution | Infrastructure. | |
SubscribeToProgressEvent | Infrastructure. | |
ToString | (hérité de Object.) | |
UnsubscribeToProgressEvent | Infrastructure. | |
Update | *** Member deprecated; see Remarks. *** This method updates the old package XML with the new package XML if CanUpdate is set to true. (hérité de Task.) | |
Validate | Infrastructure. (remplace Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).) | |
ValidateConnection | Infrastructure. | |
ValidateDDL | Infrastructure. | |
WriteLog | Infrastructure. |
Haut de la page
Champs
Nom | Description | |
---|---|---|
bExecutionCanceled | Infrastructure. | |
bTraceError | Infrastructure. | |
ddl | Infrastructure. | |
m_events | Infrastructure. | |
server | Infrastructure. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.