SqlConnectionStringBuilder.IntegratedSecurity プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続でユーザー ID とパスワードを指定する (false場合) か、現在の Windows アカウントの資格情報を認証に使用するか (true場合) を示すブール値を取得または設定します。
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
プロパティ値
IntegratedSecurity プロパティの値。指定されていない場合はfalse。
注釈
このプロパティは、接続文字列内の "統合セキュリティ" キーと "trusted_connection" キーに対応します。