Поделиться через


Свойство IConnectionSecurityContext.WindowsAuthentication

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Property WindowsAuthentication As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

IConnectionSecurityContext Интерфейс

Пространство имен Microsoft.SqlServer.Replication