ManagedInstance.Remove(SqlStoreConnection) 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.
Removes the managed instance of the SqlStoreConnection object.
public:
void Remove(Microsoft::SqlServer::Management::Sdk::Sfc::SqlStoreConnection ^ sqlStoreConnection);
public void Remove (Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection sqlStoreConnection);
member this.Remove : Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection -> unit
Public Sub Remove (sqlStoreConnection As SqlStoreConnection)
Parameters
- sqlStoreConnection
- SqlStoreConnection
The managed instance of the SqlStoreConnection object.