다음을 통해 공유


AuthenticationInfo.IsWindowsAuthentication 속성

Gets or sets a value indicating whether the user is authenticated with Microsoft Windows-Integrated authentication.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Property IsWindowsAuthentication As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As AuthenticationInfo 
Dim value As Boolean 

value = instance.IsWindowsAuthentication

instance.IsWindowsAuthentication = value
public bool IsWindowsAuthentication { get; set; }
public:
property bool IsWindowsAuthentication {
    bool get ();
    void set (bool value);
}
member IsWindowsAuthentication : bool with get, set
function get IsWindowsAuthentication () : boolean 
function set IsWindowsAuthentication (value : boolean)

속성 값

유형: System.Boolean
true if Windows is authenticated; otherwise, false.

참고 항목

참조

AuthenticationInfo 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스