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

속성 값

Windows 통합 보안 인증을 사용하면 True입니다. 그렇지 않으면 false입니다.

적용 대상