VariableDispenserClass クラス

定義

変数ディスペンサー クラスを表します。

public ref class VariableDispenserClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("9275BF59-7D84-4E04-B989-3F33F1750E62")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("09EAF318-CCEF-49D8-A98E-B39C1C32411A")]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("9AF5685B-EE36-46AA-95C6-0F49800FC19A")]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("9275BF59-7D84-4E04-B989-3F33F1750E62")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("09EAF318-CCEF-49D8-A98E-B39C1C32411A")>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("9AF5685B-EE36-46AA-95C6-0F49800FC19A")>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
Public Class VariableDispenserClass
Implements VariableDispenser
継承
VariableDispenserClass
属性
実装

コンストラクター

VariableDispenserClass()

VariableDispenserClass クラスの新しいインスタンスを初期化します。

メソッド

Contains(String)

例外がスローされることなく、インデックスを使用してコレクションから項目を取得できるかどうかを指定します。

GetQualifiedName(String)

変数の修飾名を返します。

GetVariables(IDTSVariables100)

読み取り専用ロック一覧にある変数と、読み取り/書き込みロック一覧にある変数をロックします。

LockForRead(String)

読み取り専用アクセス用にロックされる変数の一覧に変数を追加します。

LockForWrite(String)

読み取り/書き込みアクセス用にロックされる変数の一覧に変数を追加します。

LockOneForRead(String, IDTSVariables100)

一覧に変数を配置してから、その変数を読み取り専用アクセス用にロックします。

LockOneForWrite(String, IDTSVariables100)

一覧に変数を配置してから、読み取り/書き込み用アクセス用にその変数をロックします。

Reset()

読み取り専用ロック一覧および読み取り/書き込みロック一覧をクリアします。

適用対象