다음을 통해 공유


ASTaskBase 클래스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents the Analysis Services task base.

상속 계층

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

네임스페이스:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
어셈블리:  Microsoft.SqlServer.ASTasks(Microsoft.SqlServer.ASTasks.dll)

구문

‘선언
Public MustInherit Class ASTaskBase _
    Inherits Task
‘사용 방법
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

ASTaskBase 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ASTaskBase 인프라입니다. Initializes a new instance of the ASTaskBase class.

맨 위로 이동

속성

  이름 설명
공용 속성 ConnectionName 인프라입니다. Gets or sets the name of the connection for the analysis services task.
공용 속성 ExecutionValue Returns a user-defined object. This field is read-only. (Task에서 상속됨)
보호된 속성 ProgressEventName 인프라입니다. Gets the name of the progress event for the analysis services task.
보호된 속성 StatusEventName 인프라입니다. Gets the name of the status event for the analysis services task.
보호된 속성 SubComponentName 인프라입니다. Gets the name of the sub component for the analysis services task.
공용 속성 Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (Task에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (Task에서 상속됨)
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
공용 메서드 Execute 인프라입니다. Executes the analysis services task. (Task.Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object)을(를) 재정의함)
보호된 메서드 Finalize (Object에서 상속됨)
보호된 메서드 FireError(String, String) 인프라입니다. Raises an event when an error occurs.
보호된 메서드 FireError(Int32, String, String, String) 인프라입니다. Raises an event when an error occurs.
공용 메서드 GetConnectionID Gets a String containing the ID of the connection. (Task에서 상속됨)
공용 메서드 GetConnectionName Gets a String containing the name of the connection. (Task에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code. (Task에서 상속됨)
보호된 메서드 InternalExecute 인프라입니다. Executes the task internally.
보호된 메서드 InternalValidate 인프라입니다. Validates the task internally.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
보호된 메서드 StopExecution 인프라입니다. Stops the execution of the analysis service task.
보호된 메서드 SubscribeToProgressEvent 인프라입니다. Subscribes the task to progress event.
공용 메서드 ToString (Object에서 상속됨)
보호된 메서드 UnsubscribeToProgressEvent 인프라입니다. Unsubscribes the task from the progress event.
공용 메서드 Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (Task에서 상속됨)
공용 메서드 Validate 인프라입니다. Validates the analysis service task. (Task.Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging)을(를) 재정의함)
보호된 메서드 ValidateConnection 인프라입니다. Validates the task connection.
보호된 메서드 ValidateDDL 인프라입니다. Validates the data definition language.
보호된 메서드 WriteLog 인프라입니다. Writes a log for the task.

맨 위로 이동

필드

  이름 설명
보호된 필드 bExecutionCanceled 인프라입니다. The execution is cancelled.
보호된 필드 bTraceError 인프라입니다. The trace error.
보호된 필드 ddl 인프라입니다. The data definition language.
보호된 필드 m_events 인프라입니다. The events.
보호된 필드 server 인프라입니다. The server.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask 네임스페이스