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 네임스페이스