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)

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

適用対象