IDTSVariableDispenser100 インターフェイス

定義

可変ディスペンサークラスを表します。 詳細については、VariableDispenserClassを参照してください。

public interface class IDTSVariableDispenser100
[System.Runtime.InteropServices.Guid("57A6A211-A152-4325-880F-759E5D466F8F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariableDispenser100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7DB0132C-1EA6-4589-93F5-3E694584A3DF")]
public interface IDTSVariableDispenser100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A4EB5A3C-982C-4C57-9B00-3172C239BC38")]
public interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.Guid("57A6A211-A152-4325-880F-759E5D466F8F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariableDispenser100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7DB0132C-1EA6-4589-93F5-3E694584A3DF")>]
type IDTSVariableDispenser100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A4EB5A3C-982C-4C57-9B00-3172C239BC38")>]
type IDTSVariableDispenser100 = interface
Public Interface IDTSVariableDispenser100
派生
属性

メソッド

名前 説明
Contains(String)

例外を投げずにインデックスを使ってコレクションからアイテムを取得できるかどうかを指定します。 詳細については、VariableDispenserClassを参照してください。

GetQualifiedName(String)

変数の条件名を返します。 詳細については、VariableDispenserClassを参照してください。

GetVariables(IDTSVariables100)

読み取り専用リストと読み書きリストにある変数をロックします。 詳細については、VariableDispenserClassを参照してください。

LockForRead(String)

読み取り専用アクセスのためにロックされる変数のリストに変数を追加します。 詳細については、VariableDispenserClassを参照してください。

LockForWrite(String)

読み書きアクセスのためにロックされる変数のリストに変数を追加します。 詳細については、VariableDispenserClassを参照してください。

LockOneForRead(String, IDTSVariables100)

変数をリストに入れ、読み取り専用にロックします。 詳細については、VariableDispenserClassを参照してください。

LockOneForWrite(String, IDTSVariables100)

変数をリストに入れ、読み書きアクセスのためにロックします。 詳細については、VariableDispenserClassを参照してください。

Reset()

読み取り専用リストと読み書きリストの両方をクリアします。 詳細については、VariableDispenserClassを参照してください。

適用対象