Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the parent SqlStoreConnection object.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Sub Remove ( _
sqlStoreConnection As SqlStoreConnection _
)
'Usage
Dim instance As ManagedInstance
Dim sqlStoreConnection As SqlStoreConnection
instance.Remove(sqlStoreConnection)
public void Remove(
SqlStoreConnection sqlStoreConnection
)
public:
void Remove(
SqlStoreConnection^ sqlStoreConnection
)
member Remove :
sqlStoreConnection:SqlStoreConnection -> unit
public function Remove(
sqlStoreConnection : SqlStoreConnection
)
Parameters
- sqlStoreConnection
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
A SqlStoreConnection object.