MergeSynchronizationAgent.SubscriberSecurityMode Property

Definition

Gets or sets the security mode used when connecting to the Subscriber.

public:
 virtual property Microsoft::SqlServer::Replication::SecurityMode SubscriberSecurityMode { Microsoft::SqlServer::Replication::SecurityMode get(); void set(Microsoft::SqlServer::Replication::SecurityMode value); };
public virtual Microsoft.SqlServer.Replication.SecurityMode SubscriberSecurityMode { get; set; }
member this.SubscriberSecurityMode : Microsoft.SqlServer.Replication.SecurityMode with get, set
Public Overridable Property SubscriberSecurityMode As SecurityMode

Property Value

A SecurityMode value that represents the security mode.

Implements

Remarks

When possible, use Windows Authentication.

For a pull subscription, the Merge Agent always connects to the Subscriber locally by using Windows Integrated Authentication, and this property is ignored.

If the value is Standard, the PublisherLogin and PublisherPassword properties must also be specified.

Applies to