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

參數的索引。

傳回

Boolean

如果具有指定名稱的參數物件包含在參數集合中,則為 True;否則為 false。

屬性

適用於