Freigeben über


UIConnectionInfo.Copy-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Creates a new UIConnectionInfo object based on the properties of the current object.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Syntax

'Declaration
Public Function Copy As UIConnectionInfo
'Usage
Dim instance As UIConnectionInfo 
Dim returnValue As UIConnectionInfo 

returnValue = instance.Copy()
public UIConnectionInfo Copy()
public:
UIConnectionInfo^ Copy()
member Copy : unit -> UIConnectionInfo
public function Copy() : UIConnectionInfo

Rückgabewert

Typ: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
A UIConnectionInfo object based on the properties of the current object.

Siehe auch

Verweis

UIConnectionInfo Klasse

Microsoft.SqlServer.Management.Smo.RegSvrEnum-Namespace