Share via


ASTaskBase Members

Include Protected Members
Include Inherited Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The ASTaskBase type exposes the following members.

Constructors

  Name Description
Public method ASTaskBase() Infrastructure.

Top

Methods

  Name Description
Public method CanUpdate(String) *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Inherited from Task.)
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Public method Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object) Infrastructure. (Overrides Task.Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).)
Protected method Finalize() (Inherited from Object.)
Protected method FireError(String, String) Infrastructure.
Protected method FireError(Int32, String, String, String) Infrastructure.
Public method GetConnectionID(Connections, String) Gets a String containing the ID of the connection. (Inherited from Task.)
Public method GetConnectionName(Connections, String) Gets a String containing the name of the connection. (Inherited from Task.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Public method InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker) Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Inherited from Task.)
Protected method InternalExecute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object) Infrastructure.
Protected method InternalValidate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging) Infrastructure.
Protected method MemberwiseClone() (Inherited from Object.)
Protected method StopExecution() Infrastructure.
Protected method SubscribeToProgressEvent(SessionTrace) Infrastructure.
Public method ToString() (Inherited from Object.)
Protected method UnsubscribeToProgressEvent(SessionTrace) Infrastructure.
Public method Update(String%) *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (Inherited from Task.)
Public method Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging) Infrastructure. (Overrides Task.Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).)
Protected method ValidateConnection(Connections) Infrastructure.
Protected method ValidateDDL(VariableDispenser, Connections, Exception%) Infrastructure.
Protected method WriteLog(IDTSLogging, String) Infrastructure.

Top

Fields

  Name Description
Protected field bExecutionCanceled Infrastructure.
Protected field bTraceError Infrastructure.
Protected field ddl Infrastructure.
Protected field m_events Infrastructure.
Protected field server Infrastructure.

Top

Properties

  Name Description
Public property ConnectionName Infrastructure.
Public property ExecutionValue Returns a user-defined object. This field is read-only. (Inherited from Task.)
Protected property ProgressEventName Infrastructure.
Protected property StatusEventName Infrastructure.
Protected property SubComponentName Infrastructure.
Public property Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Inherited from Task.)

Top