IConnectionSecurityContext.WindowsAuthentication プロパティ
Windows 認証を使用して接続を行うかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Property WindowsAuthentication As Boolean
Get
Set
'使用
Dim instance As IConnectionSecurityContext
Dim value As Boolean
value = instance.WindowsAuthentication
instance.WindowsAuthentication = value
bool WindowsAuthentication { get; set; }
property bool WindowsAuthentication {
bool get ();
void set (bool value);
}
abstract WindowsAuthentication : bool with get, set
function get WindowsAuthentication () : boolean
function set WindowsAuthentication (value : boolean)
プロパティ値
型: System.Boolean
Windows 認証を使用して接続が行われる場合は true、それ以外の場合は false です。