Compartir a través de


IConnectionSecurityContext.WindowsAuthentication Propiedad

Gets or sets a value that indicates whether the connection is made by using Windows Authentication.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Property WindowsAuthentication As Boolean 
    Get 
    Set
'Uso
Dim instance As IConnectionSecurityContext 
Dim value As Boolean 

value = instance.WindowsAuthentication

instance.WindowsAuthentication = value
bool WindowsAuthentication { get; set; }
property bool WindowsAuthentication {
    bool get ();
    void set (bool value);
}
abstract WindowsAuthentication : bool with get, set
function get WindowsAuthentication () : boolean 
function set WindowsAuthentication (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the connection is made by using Windows Authentication; otherwise, false.

Vea también

Referencia

IConnectionSecurityContext Interfaz

Espacio de nombres Microsoft.SqlServer.Replication