ServerConnection.ISfcConnection.Copy-Methode

Verwendet die SFC-Verbindung, um die Serververbindung zu kopieren.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Private Function Copy As ISfcConnection Implements ISfcConnection.Copy
'Usage
Dim instance As ServerConnection 
Dim returnValue As ISfcConnection 

returnValue = CType(instance, ISfcConnection).Copy()
ISfcConnection ISfcConnection.Copy()
private:
virtual ISfcConnection^ Copy() sealed = ISfcConnection::Copy
private abstract Copy : unit -> ISfcConnection  
private override Copy : unit -> ISfcConnection
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Rückgabewert

Typ: Microsoft.SqlServer.Management.Common.ISfcConnection
Eine ISfcConnection, die eine Kopie dieser Verbindung darstellt.

Implementiert

ISfcConnection.Copy()

Siehe auch

Verweis

ServerConnection Klasse

Microsoft.SqlServer.Management.Common-Namespace