ConnectionManagerItems.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove specified connection manager item from 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
Parameters
- streamName
- String
Specifies the stream name of connection manager item to be removed.
Returns
true if connection manager item is removed successfully.