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 네임스페이스