IDbConnectionExtension.IntegratedSecurity 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示连接是否应使用集成安全性,而不是提供用户名和密码。
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
。