Share via


SqlAuthenticationParameters クラス

定義

ドライバーから認証プロバイダーに渡される AD 認証パラメーターを表します。

public ref class SqlAuthenticationParameters
public class SqlAuthenticationParameters
type SqlAuthenticationParameters = class
Public Class SqlAuthenticationParameters
継承
SqlAuthenticationParameters

コンストラクター

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid)

指定された認証方法、サーバー名、データベース名、リソース URI、証明機関 URI、ユーザー ログイン名/ID、ユーザー パスワード、接続 ID を使って、SqlAuthenticationParameters クラスの新しいインスタンスを初期化します。

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid, Int32)

指定した認証方法、サーバー名、データベース名、リソース URI、機関 URI、ユーザー ログイン名/ID、ユーザー パスワード、接続 ID、接続タイムアウト値を使用して、 クラスの新しいインスタンス SqlAuthenticationParameters を初期化します。

フィールド

ConnectionTimeout

接続タイムアウト値を取得します。

プロパティ

AuthenticationMethod

認証方法を取得します。

Authority

機関の URI を取得します。

ConnectionId

接続 ID を取得します。

ConnectionTimeout

接続タイムアウト値を取得します。

DatabaseName

データベース名を取得します。

Password

ユーザー パスワードを取得します。

Resource

リソース URI。

ServerName

サーバー名を取得します。

UserId

ユーザーのログイン名/ID を取得します。

適用対象