TransSynchronizationAgent.DistributorSecurityMode Property

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public Overridable Property DistributorSecurityMode As SecurityMode 
    Get 
    Set
'Usage
Dim instance As TransSynchronizationAgent 
Dim value As SecurityMode 

value = instance.DistributorSecurityMode

instance.DistributorSecurityMode = value
public virtual SecurityMode DistributorSecurityMode { get; set; }
public:
virtual property SecurityMode DistributorSecurityMode {
    SecurityMode get ();
    void set (SecurityMode value);
}
abstract DistributorSecurityMode : SecurityMode with get, set 
override DistributorSecurityMode : SecurityMode with get, set
function get DistributorSecurityMode () : SecurityMode 
function set DistributorSecurityMode (value : SecurityMode)

Property Value

Type: Microsoft.SqlServer.Replication.SecurityMode
The security mode.

Implements

ITransSynchronizationAgent.DistributorSecurityMode

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.

See Also

Reference

TransSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace