Share via


ReplicationSecurityMode Enumeration

Specifies the supported security modes used by updating Subscribers when connecting to the Publisher.

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

Sintaxis

'Declaración
Public Enumeration ReplicationSecurityMode
public enum ReplicationSecurityMode
public enum class ReplicationSecurityMode
public enum ReplicationSecurityMode
public enum ReplicationSecurityMode

Members

Member name Description
Integrated Uses the security context (SQL Server Authentication or Windows Authentication) of the user making the change at the Subscriber. This account must also exist at the Publisher with sufficient privileges. When using Windows Authentication, security account delegation must be supported.
PredefinedServer Subscriber uses an existing, user-defined, linked server login created using LinkPublicationForUpdateableSubscription.
SqlStandard Subscriber uses SQL Server Authentication with the login specified by the SqlStandardLogin property of the PublisherConnectionSecurityContext object.

Notas

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

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

Microsoft.SqlServer.Replication Namespace