언어

SMOServerConn.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입니다.

설명

이 값은 사용자 이름 또는 비밀번호 속성이 필요한지 여부를 결정합니다. 값 의 true 경우 Windows 인증이 사용되고 있음을 나타내므로, 연결에서 사용자 이름과 비밀번호가 필요하지 않습니다.

적용 대상