UIConnectionInfo.Copy Method ()

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

public UIConnectionInfo Copy()
public:
UIConnectionInfo^ Copy()
member Copy : unit -> UIConnectionInfo
Public Function Copy As UIConnectionInfo

Return Value

Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo

A UIConnectionInfo object based on the properties of the current object.

See Also

UIConnectionInfo Class
Microsoft.SqlServer.Management.Smo.RegSvrEnum Namespace

Return to top