RegisteredServer.LoginSecure 属性

定义

获取或设置 Boolean 属性值,该值指定是否使用 Windows 身份验证对连接进行身份验证。

public:
 property bool LoginSecure { bool get(); void set(bool value); };
public bool LoginSecure { get; set; }
member this.LoginSecure : bool with get, set
Public Property LoginSecure As Boolean

属性值

一个 Boolean 值,该值指定是否使用 Windows 身份验证对连接进行身份验证。

如果为 True(默认值),则使用 Windows 身份验证对连接进行身份验证。

如果为 False,则使用SQL Server标准身份验证对连接进行身份验证。

适用于