IDTSExecutables100.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

IDTSExecutable100 对象的索引。

返回

如果可以使用索引作为参数访问集合中的项,则为 true;否则为 false。

属性

注解

有关详细信息,请参阅 Executables

适用于