IDTSVariables100 接口

定义

提供用于使用 IDTSVariable100 对象的集合的属性和方法。

public interface class IDTSVariables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")>]
type IDTSVariables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")>]
type IDTSVariables100 = interface
    interface IEnumerable
Public Interface IDTSVariables100
Implements IEnumerable
派生
属性
实现

属性

Count

获取集合中包含的元素数。

Item[Object]

从集合中获取 IDTSVariable100 对象。

Locked

获取一个值,该值指示是否锁定集合中的变量。

方法

Add(String, Boolean, String, Object)

IDTSVariable100 对象添加到集合中。

Contains(Object)

确定是否可以通过使用索引访问集合中的项而不引发异常。

GetEnumerator()

返回用于遍历集合的 IEnumerator 枚举器。

Join(IDTSVariable100)

IDTSVariable100 联接到集合。

Remove(Object)

从集合中删除 IDTSVariable100 对象。

Unlock()

释放集合的锁并将集合的状态标记为无效或未知。

适用于