SqlConnectionStringBuilder.IntegratedSecurity プロパティ

定義

接続でユーザー 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" キーに対応します。

適用対象

こちらもご覧ください