Méthode Server.ISfcHasConnection.GetConnection

Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. Gets a connection to an Sfc backing store.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Private Function GetConnection As ISfcConnection 
    Implements ISfcHasConnection.GetConnection
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de retour

Type : Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnection object representing the connection to a backing store.

Implémente

ISfcHasConnection.GetConnection()

Voir aussi

Référence

Server Classe

Surcharge GetConnection

Espace de noms Microsoft.SqlServer.Management.Smo