ReplicationSecurityMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the supported security modes used by updating Subscribers when connecting to the Publisher.
public enum class ReplicationSecurityMode
public enum ReplicationSecurityMode
type ReplicationSecurityMode =
Public Enum ReplicationSecurityMode
- Inheritance
-
ReplicationSecurityMode
Fields
Name | Value | Description |
---|---|---|
SqlStandard | 0 | Subscriber uses SQL Server Authentication with the login specified by the SqlStandardLogin property of the PublisherConnectionSecurityContext object. |
Integrated | 1 | 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 | 2 | Subscriber uses an existing, user-defined, linked server login created using LinkPublicationForUpdateableSubscription(String, String, String, String, PublisherConnectionSecurityContext). |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.