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

指定要移除之連接管理員專案的資料流程名稱。

傳回

Boolean

如果成功移除連接管理員專案,則為 true。

適用於