DeepCopy-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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
Parameter
- withNewConnectionIds
Typ: System. . :: . .Boolean
A Boolean that specifies whether the objects in the new collection have the same IDs as the objects in the current collection.
Rückgabewert
Typ: Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionGroupInfo
A UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.