TransSynchronizationAgent.SubscriberSecurityMode Property
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.
Gets or sets the security mode that is used when connecting to the publisher.
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
The security mode.
Implements
Remarks
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.