OracleConnectionStringBuilder.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。
注釈
このプロパティは、接続文字列内の "統合セキュリティ" キーに対応します。