Server.ISfcHasConnection.SetConnection Method (ISfcConnection)

 

Applies To: SQL Server 2016 Preview

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Sets a connection to an Sfc backing store.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

void ISfcHasConnection.SetConnection(
    ISfcConnection connection
)
private:
virtual void SetConnection(
    ISfcConnection^ connection
) sealed = ISfcHasConnection::SetConnection
private abstract SetConnection : 
        connection:ISfcConnection -> unit
private override SetConnection : 
        connection:ISfcConnection -> unit
Private Sub SetConnection (
    connection As ISfcConnection
)
    Implements ISfcHasConnection.SetConnection

Parameters

Implements

ISfcHasConnection.SetConnection(ISfcConnection)

See Also

Server Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top