次の方法で共有


WindowsAuthentication プロパティ

接続は Windows 認証を使用して行うのか、SQL Server 認証を使用して行うのかを指定する Boolean プロパティを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property WindowsAuthentication As Boolean
    Get
    Set
'使用
Dim instance As ConnectionSecurityContext
Dim value As Boolean

value = instance.WindowsAuthentication

instance.WindowsAuthentication = value
public bool WindowsAuthentication { get; set; }
public:
virtual property bool WindowsAuthentication {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract WindowsAuthentication : bool with get, set
override WindowsAuthentication : bool with get, set
final function get WindowsAuthentication () : boolean
final function set WindowsAuthentication (value : boolean)

プロパティ値

型: System. . :: . .Boolean
接続は Windows 認証を使用して行うのか、SQL Server 認証を使用して行うのかを指定する Boolean 値です。
値が true (既定) の場合、Windows 認証を使用して接続が行われます。
値が false の場合、SQL Server 認証を使用して接続が行われます。

実装

IConnectionSecurityContext. . :: . .WindowsAuthentication

説明

可能な場合は、Windows 認証を使用します。

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。