Share via


UIConnectionGroupInfo.DeepCopy Method

This API supports the 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. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Syntax

'Declaration
Public Function DeepCopy ( _
    withNewConnectionIds As Boolean _
) As UIConnectionGroupInfo
'Usage
Dim instance As UIConnectionGroupInfo
Dim withNewConnectionIds As Boolean
Dim returnValue As UIConnectionGroupInfo

returnValue = instance.DeepCopy(withNewConnectionIds)
public UIConnectionGroupInfo DeepCopy(
    bool withNewConnectionIds
)
public:
UIConnectionGroupInfo^ DeepCopy(
    bool withNewConnectionIds
)
member DeepCopy : 
        withNewConnectionIds:bool -> UIConnectionGroupInfo 
public function DeepCopy(
    withNewConnectionIds : boolean
) : UIConnectionGroupInfo

Parameters

  • withNewConnectionIds
    Type: System.Boolean
    A Boolean that specifies whether the objects in the new collection have the same IDs as the objects in the current collection.

Return Value

Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
A UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.