IDTSParameters100.Contains(Object) 方法

定义

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

public:
 bool Contains(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(1610743814)]
public bool Contains (object Index);
[<System.Runtime.InteropServices.DispId(1610743814)>]
abstract member Contains : obj -> bool
Public Function Contains (Index As Object) As Boolean

参数

Index
Object

参数的索引。

返回

如果参数集合中包含具有指定名称的参数对象,则为 True;否则为 false。

属性

适用于