TransSynchronizationAgent.DistributorSecurityMode-Eigenschaft
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Replication.SecurityMode
The security mode.
Implementiert
ITransSynchronizationAgent.DistributorSecurityMode
Hinweise
Verwenden Sie nach Möglichkeit die Windows-Authentifizierung.
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.