ConnectionManagerItems.Remove(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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。