IDbConnectionExtension.IntegratedSecurity 属性

定义

指示连接是否应使用集成安全性,而不是提供用户名和密码。

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

属性值

如果连接应使用集成安全性来用于身份验证,则值为 true;否则为 false

适用于