MultiServerSqlConnectionInfo.UseWindowsAuthentication プロパティ

定義

Windows統合セキュリティ認証を使用するかどうかを示す値を取得または設定します。

public:
 property bool UseWindowsAuthentication { bool get(); void set(bool value); };
public bool UseWindowsAuthentication { get; set; }
member this.UseWindowsAuthentication : bool with get, set
Public Property UseWindowsAuthentication As Boolean

プロパティ値

TrueWindows統合セキュリティ認証が使用される場合。 それ以外の場合は、 false

適用対象