UIConnectionGroupInfo.DeepCopy(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.