Share via


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

适用于