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

适用于