言語

IDbConnectionExtension.IntegratedSecurity プロパティ

定義

ユーザー名とパスワードを提供するのではなく、統合セキュリティを使うべきかを示します。

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

適用対象