ReplacementTaskClass 클래스

정의

대체 태스크 클래스를 나타냅니다.

public ref class ReplacementTaskClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ReplacementTask
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("AC7CFD46-0743-4660-BC8B-8F509A8646C4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ReplacementTaskClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTask
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("8B8C4D3B-F53C-4DCC-8D7D-6E197EE31125")]
public class ReplacementTaskClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTask
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("93EFAC50-733C-4838-98E0-BD2B616F791C")]
public class ReplacementTaskClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTask
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("AC7CFD46-0743-4660-BC8B-8F509A8646C4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ReplacementTaskClass = class
    interface ReplacementTask
    interface IDTSTask100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("8B8C4D3B-F53C-4DCC-8D7D-6E197EE31125")>]
type ReplacementTaskClass = class
    interface ReplacementTask
    interface IDTSTask100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("93EFAC50-733C-4838-98E0-BD2B616F791C")>]
type ReplacementTaskClass = class
    interface ReplacementTask
    interface IDTSTask100
Public Class ReplacementTaskClass
Implements ReplacementTask
상속
ReplacementTaskClass
특성
구현

생성자

ReplacementTaskClass()

ReplacementTaskClass 클래스의 새 인스턴스를 초기화합니다.

속성

ExecutionValue

사용자 정의 개체를 가져옵니다.

메서드

Execute(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100, Object)

작업을 실행합니다.

Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

구성 요소가 제대로 구성되었는지 확인합니다.

적용 대상