Właściwość IConnectionSecurityContext.WindowsAuthentication
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Property WindowsAuthentication As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
Zobacz także