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

プロパティ値

Windows 認証を使用する場合は True、 それ以外の場合は false

適用対象