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 인증이 사용되고 있음을 나타내므로 연결에 사용자 이름과 암호가 필요하지 않습니다.

적용 대상