Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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..