This topic has not yet been rated - Rate this topic

TransSynchronizationAgent.SubscriberSecurityMode Property

Gets or sets the security mode that is used when connecting to the Publisher.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
public virtual SecurityMode SubscriberSecurityMode { get; set; }

Property Value

Type: Microsoft.SqlServer.Replication.SecurityMode
A SecurityMode value that represents the security mode.

Implements

ITransSynchronizationAgent.SubscriberSecurityMode

When possible, use Windows Authentication.

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

If the value is Standard, the SubscriberLogin and SubscriberPassword properties must also be specified.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.