Share via


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 となります。

適用対象