ISfcConnection.Copy-Methode

Uses the SFC connection to copy the server connection.

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
A ISfcConnectionRepresenting a copy of this connection..

Implementiert

ISfcConnection. . :: . .Copy() () () ()