ConnectionProperties.IntegratedSecurity 属性

定义

获取或设置一个值,该值指示是否使用集成安全性。

public:
 property bool IntegratedSecurity { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool IntegratedSecurity { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.IntegratedSecurity : bool with get, set
Public Property IntegratedSecurity As Boolean

属性值

如果使用集成安全性,则为 true;否则为 false

属性

适用于