UIConnectionGroupInfo.DeepCopy(Boolean) Method

Definition

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

public:
 Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ DeepCopy(bool withNewConnectionIds);
public Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo DeepCopy (bool withNewConnectionIds);
member this.DeepCopy : bool -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
Public Function DeepCopy (withNewConnectionIds As Boolean) As UIConnectionGroupInfo

Parameters

withNewConnectionIds
Boolean

A Boolean that specifies whether the objects in the new collection have the same IDs as the objects in the current collection.

Returns

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

Applies to