Compartilhar via


Propriedade do RDL TransSynchronizationAgent.DistributorSecurityMode

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

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

Sintaxe

'Declaração
Public Overridable Property DistributorSecurityMode As SecurityMode 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

ITransSynchronizationAgent.DistributorSecurityMode

Comentários

Quando possível, use a Autenticação do 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.

Consulte também

Referência

TransSynchronizationAgent Classe

Namespace Microsoft.SqlServer.Replication