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)
Syntax
'Declaration
Public Overridable Property SubscriberSecurityMode As SecurityMode
Get
Set
'Usage
Dim instance As TransSynchronizationAgent
Dim value As SecurityMode
value = instance.SubscriberSecurityMode
instance.SubscriberSecurityMode = value
public virtual SecurityMode SubscriberSecurityMode { get; set; }
public:
virtual property SecurityMode SubscriberSecurityMode {
SecurityMode get ();
void set (SecurityMode value);
}
abstract SubscriberSecurityMode : SecurityMode with get, set
override SubscriberSecurityMode : SecurityMode with get, set
function get SubscriberSecurityMode () : SecurityMode
function set SubscriberSecurityMode (value : SecurityMode)
Property Value
Type: Microsoft.SqlServer.Replication.SecurityMode
A SecurityMode value that represents 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.