Metoda Server.ISfcHasConnection.GetConnection
Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.Pobiera połączenia magazynu Sfc.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Private Function GetConnection As ISfcConnection
Implements ISfcHasConnection.GetConnection
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnection obiekt reprezentujący połączenie magazynu kopii.
Implementacje
Zobacz także