Propriedade do RDL ITransSynchronizationAgent.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
Property DistributorSecurityMode As SecurityMode
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Replication.SecurityMode
The security mode associated with the distributor.