ServerConnection.ISfcConnection.Copy Method

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 supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: Microsoft.SqlServer.Management.Common.ISfcConnection
A ISfcConnectionRepresenting a copy of this connection..

Implements

ISfcConnection.Copy()

See Also

Reference

ServerConnection Class

Microsoft.SqlServer.Management.Common Namespace