TransSynchronizationAgent.DistributorSecurityMode 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 distributor.
public:
virtual property Microsoft::SqlServer::Replication::SecurityMode DistributorSecurityMode { Microsoft::SqlServer::Replication::SecurityMode get(); void set(Microsoft::SqlServer::Replication::SecurityMode value); };
public virtual Microsoft.SqlServer.Replication.SecurityMode DistributorSecurityMode { get; set; }
member this.DistributorSecurityMode : Microsoft.SqlServer.Replication.SecurityMode with get, set
Public Overridable Property DistributorSecurityMode As SecurityMode
Property Value
The security mode.
Implements
Remarks
When possible, use Windows Authentication.
If the value is Standard, the DistributorLogin and DistributorPassword properties must also be specified.
For a push subscription, the Distribution Agent always connects to the Distributor locally by using Windows Integrated Authentication, and this property is ignored.