Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets a connection to an Sfc backing store.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Function GetConnection As ISfcConnection
Implements ISfcHasConnection.GetConnection
'Usage
Dim instance As Server
Dim returnValue As ISfcConnection
returnValue = CType(instance, ISfcHasConnection).GetConnection()
ISfcConnection ISfcHasConnection.GetConnection()
private:
virtual ISfcConnection^ GetConnection() sealed = ISfcHasConnection::GetConnection
private abstract GetConnection : unit -> ISfcConnection
private override GetConnection : unit -> ISfcConnection
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnection object representing the connection to a backing store.
Implements
ISfcHasConnection.GetConnection()