TransSynchronizationAgent.SubscriberSecurityMode Property
SQL Server 2008 R2
Gets or sets the security mode that is used when connecting to the Publisher.
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Property Value
Type: Microsoft.SqlServer.Replication.SecurityModeA SecurityMode value that represents the security mode.
Implements
ITransSynchronizationAgent.SubscriberSecurityModeWhen 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.
