Freigeben über


ASTaskBase-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the Analysis Services task base.

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.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ASTaskBase Infrastruktur Initializes a new instance of the ASTaskBase class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConnectionName Infrastruktur Gets or sets the name of the connection for the analysis services task.
Öffentliche Eigenschaft ExecutionValue Returns a user-defined object. This field is read-only. (Geerbt von Task.)
Geschützte Eigenschaft ProgressEventName Infrastruktur Gets the name of the progress event for the analysis services task.
Geschützte Eigenschaft StatusEventName Infrastruktur Gets the name of the status event for the analysis services task.
Geschützte Eigenschaft SubComponentName Infrastruktur Gets the name of the sub component for the analysis services task.
Öffentliche Eigenschaft Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Geerbt von Task.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Geerbt von Task.)
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Öffentliche Methode Execute Infrastruktur Executes the analysis services task. (Überschreibt Task.Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode FireError(String, String) Infrastruktur Raises an event when an error occurs.
Geschützte Methode FireError(Int32, String, String, String) Infrastruktur Raises an event when an error occurs.
Öffentliche Methode GetConnectionID Gets a String containing the ID of the connection. (Geerbt von Task.)
Öffentliche Methode GetConnectionName Gets a String containing the name of the connection. (Geerbt von Task.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Geerbt von Task.)
Geschützte Methode InternalExecute Infrastruktur Executes the task internally.
Geschützte Methode InternalValidate Infrastruktur Validates the task internally.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode StopExecution Infrastruktur Stops the execution of the analysis service task.
Geschützte Methode SubscribeToProgressEvent Infrastruktur Subscribes the task to progress event.
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte Methode UnsubscribeToProgressEvent Infrastruktur Unsubscribes the task from the progress event.
Öffentliche Methode 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.)
Öffentliche Methode Validate Infrastruktur Validates the analysis service task. (Überschreibt Task.Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging).)
Geschützte Methode ValidateConnection Infrastruktur Validates the task connection.
Geschützte Methode ValidateDDL Infrastruktur Validates the data definition language.
Geschützte Methode WriteLog Infrastruktur Writes a log for the task.

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld bExecutionCanceled Infrastruktur The execution is cancelled.
Geschütztes Feld bTraceError Infrastruktur The trace error.
Geschütztes Feld ddl Infrastruktur The data definition language.
Geschütztes Feld m_events Infrastruktur The events.
Geschütztes Feld server Infrastruktur The server.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace