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
派生
属性
実装

プロパティ

ExecutionValue

実行の値を取得します。 このフィールドは読み取り専用です。

(継承元 IDTSTask100)

メソッド

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

タスクを実行します。

(継承元 IDTSTask100)
Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

コンポーネントが正しく構成されていることを確認します。

(継承元 IDTSTask100)

適用対象