Share via


ReplicationObject.Decouple Method

Decouples the referenced replication object from the server.

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintaxis

'Declaración
Public Sub Decouple
public void Decouple ()
public:
void Decouple ()
public void Decouple ()
public function Decouple ()

Notas

Decoupling the object from the server allows renaming of the object, setting of a new ServerConnection, or changing other properties before creating the object on the server.

This method is useful when using an existing object as a template to create another object on the server or on a different server. Make sure that the new name of the object is not the same as an existing object on the server. Also, security information needs to be entered for the new object because the password cannot be retrieved.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ReplicationObject Class
ReplicationObject Members
Microsoft.SqlServer.Replication Namespace