语言

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

适用于