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

属性值

True如果使用Windows集成安全认证。 否则为 false

适用于