UIConnectionGroupInfo.ShallowCopy Method

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object.

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

Returns

A UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object.

Applies to