ASTaskBase 클래스
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
상속 계층
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 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
ConnectionName | 인프라입니다. | |
ExecutionValue | Returns a user-defined object. This field is read-only. (Task에서 상속됨) | |
ProgressEventName | 인프라입니다. | |
StatusEventName | 인프라입니다. | |
SubComponentName | 인프라입니다. | |
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 | 인프라입니다. (Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object)을(를) 재정의함) | |
Finalize | (Object에서 상속됨) | |
FireError(String, String) | 인프라입니다. | |
FireError(Int32, String, String, String) | 인프라입니다. | |
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 | 인프라입니다. | |
InternalValidate | 인프라입니다. | |
MemberwiseClone | (Object에서 상속됨) | |
StopExecution | 인프라입니다. | |
SubscribeToProgressEvent | 인프라입니다. | |
ToString | (Object에서 상속됨) | |
UnsubscribeToProgressEvent | 인프라입니다. | |
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 | 인프라입니다. (Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging)을(를) 재정의함) | |
ValidateConnection | 인프라입니다. | |
ValidateDDL | 인프라입니다. | |
WriteLog | 인프라입니다. |
맨 위로 이동
필드
이름 | 설명 | |
---|---|---|
bExecutionCanceled | 인프라입니다. | |
bTraceError | 인프라입니다. | |
ddl | 인프라입니다. | |
m_events | 인프라입니다. | |
server | 인프라입니다. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.