MultiServerSqlConnectionInfo.UseWindowsAuthentication プロパティ
Windows 認証 (統合セキュリティ) を使用するかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.MultiServerConnection
アセンブリ: Microsoft.SqlServer.Management.MultiServerConnection (Microsoft.SqlServer.Management.MultiServerConnection.dll)
構文
'宣言
Public Property UseWindowsAuthentication As Boolean
Get
Set
'使用
Dim instance As MultiServerSqlConnectionInfo
Dim value As Boolean
value = instance.UseWindowsAuthentication
instance.UseWindowsAuthentication = value
public bool UseWindowsAuthentication { get; set; }
public:
property bool UseWindowsAuthentication {
bool get ();
void set (bool value);
}
member UseWindowsAuthentication : bool with get, set
function get UseWindowsAuthentication () : boolean
function set UseWindowsAuthentication (value : boolean)
プロパティ値
型: System.Boolean
Windows 認証を使用する場合は True、それ以外の場合は false です。