Partager via


Propriété DistributorSecurityMode

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public Overridable Property DistributorSecurityMode As SecurityMode
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.Replication. . :: . .SecurityMode
A SecurityMode value that represents the security mode.

Implémente

ITransSynchronizationAgent. . :: . .DistributorSecurityMode

Notes

Lorsque c'est possible, utilisez l'authentification Windows.

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.