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。
- 属性