MultiServerSqlConnectionInfo.UseWindowsAuthentication 속성

정의

Windows 통합 보안 인증 사용 여부를 나타내는 값을 받거나 설정합니다.

public:
 property bool UseWindowsAuthentication { bool get(); void set(bool value); };
public bool UseWindowsAuthentication { get; set; }
member this.UseWindowsAuthentication : bool with get, set
Public Property UseWindowsAuthentication As Boolean

속성 값

TrueWindows 통합 보안 인증이 사용될 경우. 그렇지 않으면 false입니다.

적용 대상