Partager via


Propriété IConnectionSecurityContext.WindowsAuthentication

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Property WindowsAuthentication As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IConnectionSecurityContext Interface

Espace de noms Microsoft.SqlServer.Replication