Proprietà ITransSynchronizationAgent.DistributorSecurityMode
Gets or sets the security mode that is used when connecting to the Distributor.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Property DistributorSecurityMode As SecurityMode
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.Replication.SecurityMode
The security mode associated with the distributor.