语言

IDTSConnections100.Contains(Object) 方法

定义

确定集合中是否包含指定键的连接管理器。

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

参数

Key
Object

连接管理器的名称、身份、ID 或索引,在集合中查找。

返回

如果连接管理器在集合中,则为真;否则,就是假的。

属性

注解

有关详细信息,请参阅 Connections

适用于