Classe ASTaskBase
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Gerarchia di ereditarietà
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
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.
Proprietà
Nome | Descrizione | |
---|---|---|
ConnectionName | Infrastruttura. | |
ExecutionValue | Returns a user-defined object. This field is read-only. Ereditato da Task. | |
ProgressEventName | Infrastruttura. | |
StatusEventName | Infrastruttura. | |
SubComponentName | Infrastruttura. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. Ereditato da Task. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. Ereditato da Task. | |
Equals | Determines whether two object instances are equal. Ereditato da DtsObject. | |
Execute | Infrastruttura. Esegue l'override di Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object). | |
Finalize | Ereditato da Object. | |
FireError(String, String) | Infrastruttura. | |
FireError(Int32, String, String, String) | Infrastruttura. | |
GetConnectionID | Gets a String containing the ID of the connection. Ereditato da Task. | |
GetConnectionName | Gets a String containing the name of the connection. Ereditato da Task. | |
GetHashCode | Returns the hash code for this instance. Ereditato da DtsObject. | |
GetType | Ereditato da Object. | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. Ereditato da Task. | |
InternalExecute | Infrastruttura. | |
InternalValidate | Infrastruttura. | |
MemberwiseClone | Ereditato da Object. | |
StopExecution | Infrastruttura. | |
SubscribeToProgressEvent | Infrastruttura. | |
ToString | Ereditato da Object. | |
UnsubscribeToProgressEvent | Infrastruttura. | |
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. | |
Validate | Infrastruttura. Esegue l'override di Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging). | |
ValidateConnection | Infrastruttura. | |
ValidateDDL | Infrastruttura. | |
WriteLog | Infrastruttura. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
bExecutionCanceled | Infrastruttura. | |
bTraceError | Infrastruttura. | |
ddl | Infrastruttura. | |
m_events | Infrastruttura. | |
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.
Vedere anche