ITransSynchronizationAgent.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
Property DistributorSecurityMode As SecurityMode 
    Get 
    Set
'Usage
Dim instance As ITransSynchronizationAgent 
Dim value As SecurityMode 

value = instance.DistributorSecurityMode

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

Property Value

Type: Microsoft.SqlServer.Replication.SecurityMode
The security mode associated with the distributor.

See Also

Reference

ITransSynchronizationAgent Interface

Microsoft.SqlServer.Replication Namespace