Condividi tramite


Classe ASTaskBase

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

Spazio dei nomi  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Sintassi

'Dichiarazione
Public MustInherit Class ASTaskBase _
    Inherits Task
'Utilizzo
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

Nel tipo ASTaskBase sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ASTaskBase Infrastruttura.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ConnectionName Infrastruttura.
Proprietà pubblica ExecutionValue Returns a user-defined object. This field is read-only. Ereditato da Task.
Proprietà protetta ProgressEventName Infrastruttura.
Proprietà protetta StatusEventName Infrastruttura.
Proprietà protetta SubComponentName Infrastruttura.
Proprietà pubblica Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. Ereditato da Task.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. Ereditato da Task.
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo pubblico Execute Infrastruttura. Esegue l'override di Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).
Metodo protetto Finalize Ereditato da Object.
Metodo protetto FireError(String, String) Infrastruttura.
Metodo protetto FireError(Int32, String, String, String) Infrastruttura.
Metodo pubblico GetConnectionID Gets a String containing the ID of the connection. Ereditato da Task.
Metodo pubblico GetConnectionName Gets a String containing the name of the connection. Ereditato da Task.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code. Ereditato da Task.
Metodo protetto InternalExecute Infrastruttura.
Metodo protetto InternalValidate Infrastruttura.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto StopExecution Infrastruttura.
Metodo protetto SubscribeToProgressEvent Infrastruttura.
Metodo pubblico ToString Ereditato da Object.
Metodo protetto UnsubscribeToProgressEvent Infrastruttura.
Metodo pubblico Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. Ereditato da Task.
Metodo pubblico Validate Infrastruttura. Esegue l'override di Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).
Metodo protetto ValidateConnection Infrastruttura.
Metodo protetto ValidateDDL Infrastruttura.
Metodo protetto WriteLog Infrastruttura.

In alto

Campi

  Nome Descrizione
Campo protetto bExecutionCanceled Infrastruttura.
Campo protetto bTraceError Infrastruttura.
Campo protetto ddl Infrastruttura.
Campo protetto m_events Infrastruttura.
Campo protetto server Infrastruttura.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.