Método DeepCopy
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. 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 (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Function DeepCopy ( _
withNewConnectionIds As Boolean _
) As UIConnectionGroupInfo
'Uso
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
Parâmetros
- withNewConnectionIds
Tipo: System. . :: . .Boolean
A Boolean that specifies whether the objects in the new collection have the same IDs as the objects in the current collection.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionGroupInfo
A UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.
Consulte também