ConnectionManagerItems.Remove(String) 方法

定义

从 ConnectionManagerItems 中删除指定的连接管理器项

public:
 bool Remove(System::String ^ streamName);
public bool Remove (string streamName);
member this.Remove : string -> bool
Public Function Remove (streamName As String) As Boolean

参数

streamName
String

指定要删除的连接管理器项的流名称。

返回

如果成功删除连接管理器项,则为 true。

适用于