IDTSParameters100 接口

定义

表示包参数和项目参数集合使用的类。

public interface class IDTSParameters100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FF9053B8-C6C0-4E5B-92CD-344D9FFC64A6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSParameters100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7D9D2D34-FF5F-4978-93F6-EA59310099B9")]
public interface IDTSParameters100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A2901F46-7C47-46BF-B5B6-C6C47582498A")]
public interface IDTSParameters100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FF9053B8-C6C0-4E5B-92CD-344D9FFC64A6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSParameters100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7D9D2D34-FF5F-4978-93F6-EA59310099B9")>]
type IDTSParameters100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A2901F46-7C47-46BF-B5B6-C6C47582498A")>]
type IDTSParameters100 = interface
    interface IEnumerable
Public Interface IDTSParameters100
Implements IEnumerable
属性
实现

属性

Count

获取 DTSReadOnlyCollectionBase 实例中包含的元素数。

Item[Object]

获取参数集合中具有指定索引的参数对象。

方法

Add(String, UInt16)

将参数对象添加到具有指定名称和数据类型的参数集合中。

Contains(Object)

确定具有指定名称的参数对象是否包含在参数集合中。

GetEnumerator()

返回可遍历 DTSReadOnlyCollectionBase 实例的枚举器。

Join(IDTSParameter100)

将指定的参数联接到参数集合。

Remove(Object)

从参数集合中删除一个参数对象。

适用于