Freigeben über


ISfcConnection.Copy-Methode

Copies the connection object.

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

Syntax

'Declaration
Function Copy As ISfcConnection
'Usage
Dim instance As ISfcConnection 
Dim returnValue As ISfcConnection 

returnValue = instance.Copy()
ISfcConnection Copy()
ISfcConnection^ Copy()
abstract Copy : unit -> ISfcConnection
function Copy() : ISfcConnection

Rückgabewert

Typ: Microsoft.SqlServer.Management.Common.ISfcConnection
True if the copy operation succeeds; otherwise, false.

Siehe auch

Verweis

ISfcConnection Schnittstelle

Microsoft.SqlServer.Management.Common-Namespace