IDbConnectionExtension.IntegratedSecurity プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザー名とパスワードを提供するのではなく、統合セキュリティを使うべきかを示します。
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
プロパティ値
接続が認証に統合セキュリティを使う場合は true の値。そうでなければ false。