IDTSConnections100.Remove(Object) 方法

定义

从集合中删除连接管理器。

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

要删除的连接管理器的名称、标识、ID 或索引。

属性

注解

有关详细信息,请参阅 Connections

适用于