Поделиться через


Свойство TransSynchronizationAgent.DistributorSecurityMode

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Public Overridable Property DistributorSecurityMode As SecurityMode 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.Replication.SecurityMode
The security mode.

Реализует

ITransSynchronizationAgent.DistributorSecurityMode

Замечания

По возможности используйте проверку подлинности 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.

См. также

Справочник

TransSynchronizationAgent Класс

Пространство имен Microsoft.SqlServer.Replication