次の方法で共有


SqlAuthenticationToken(String, DateTimeOffset) コンストラクター

定義

SqlAuthenticationToken クラスの新しいインスタンスを初期化します。

public:
 SqlAuthenticationToken(System::String ^ accessToken, DateTimeOffset expiresOn);
public SqlAuthenticationToken (string accessToken, DateTimeOffset expiresOn);
new System.Data.SqlClient.SqlAuthenticationToken : string * DateTimeOffset -> System.Data.SqlClient.SqlAuthenticationToken
Public Sub New (accessToken As String, expiresOn As DateTimeOffset)

パラメーター

accessToken
String

アクセス トークン。

expiresOn
DateTimeOffset

トークンの有効期限。

例外

accessToken パラメーターは null または空です。

適用対象