IDTSConnections100.Remove(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合中移除連接管理員。
public:
void Remove(System::Object ^ Key);
[System.Runtime.InteropServices.DispId(4)]
public void Remove (object Key);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member Remove : obj -> unit
Public Sub Remove (Key As Object)
參數
- Key
- Object
要移除之連接管理員的名稱、識別、識別碼或索引。
- 屬性
備註
如需詳細資訊,請參閱Connections。