UIConnectionInfo.Copy Method

Definition

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.

public:
 Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ Copy();
public Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo Copy ();
member this.Copy : unit -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Public Function Copy () As UIConnectionInfo

Returns

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

Applies to