언어

ReplacementTask 인터페이스

정의

자세한 내용은 ReplacementTaskClass를 참조하세요.

public interface class ReplacementTask : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))]
[System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")]
public interface ReplacementTask : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")>]
type ReplacementTask = interface
    interface IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")>]
type ReplacementTask = interface
    interface IDTSTask100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ReplacementTaskClass))>]
[<System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")>]
type ReplacementTask = interface
    interface IDTSTask100
Public Interface ReplacementTask
Implements IDTSTask100
파생
특성
구현

속성

Name Description
ExecutionValue

집행의 가치를 얻는 거죠. 이 필드는 읽기 전용입니다.

(다음에서 상속됨 IDTSTask100)

메서드

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

일을 수행한다.

(다음에서 상속됨 IDTSTask100)
Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

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

(다음에서 상속됨 IDTSTask100)

적용 대상