UIConnectionInfo.Copy Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Do not reference this member directly in your code. It supports the SQL Server infrastructure. 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

Return Value

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

See Also

Reference

UIConnectionInfo Class

Microsoft.SqlServer.Management.Smo.RegSvrEnum Namespace