Partager via


Méthode DeepCopy

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly :  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Syntaxe

'Déclaration
Public Function DeepCopy ( _
    withNewConnectionIds As Boolean _
) As UIConnectionGroupInfo
'Utilisation
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

Paramètres

  • 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.

Valeur de retour

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