Compartir a través de


Server.ReplicationServer Property

Gets the Microsoft replication service associated with the instance of Microsoft SQL Server.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ReplicationServer As ReplicationServer
public ReplicationServer ReplicationServer { get; }
public:
property ReplicationServer^ ReplicationServer {
    ReplicationServer^ get ();
}
/** @property */
public ReplicationServer get_ReplicationServer ()
public function get ReplicationServer () : ReplicationServer

Valor de propiedad

A ReplicationServer object that specifies the replication service associated with the instance of SQL Server.

Notas

Texto actualizado:

Replication services are handled programmatically by Replication Management Objects (RMO). RMO uses the same objects to establish a connection to the instance of SQL Server. The RMO objects are documented in Replication Programming.

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .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

Server Class
Server Members
Microsoft.SqlServer.Management.Smo Namespace

Otros recursos

Replication Programming
Setting Properties
Administrar servidores