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

返回

Boolean

如果在集合中找到了连接管理器,则为 true ;否则 为 false

属性

适用于