ConnectionProperties.IntegratedSecurity プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
統合セキュリティを使用するかどうかを示す値を取得または設定します。
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。
- 属性