Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado: Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
A UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum