SqlAuthenticationParameters クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ドライバーから認証プロバイダーに渡される AD 認証パラメーターを表します。
public ref class SqlAuthenticationParameters
public ref class SqlAuthenticationParameters sealed
public class SqlAuthenticationParameters
public sealed class SqlAuthenticationParameters
type SqlAuthenticationParameters = class
Public Class SqlAuthenticationParameters
Public NotInheritable Class SqlAuthenticationParameters
- 継承
-
SqlAuthenticationParameters
コンストラクター
| 名前 | 説明 |
|---|---|
| SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid, Int32) |
すべてのプロパティの値を使用して構築します。 |
| SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid) |
指定した認証方法、サーバー名、データベース名、リソース URI、機関 URI、ユーザー ログイン名/ID、ユーザー パスワード、接続 ID を使用して、 SqlAuthenticationParameters クラスの新しいインスタンスを初期化します。 |
フィールド
| 名前 | 説明 |
|---|---|
| ConnectionTimeout |
接続タイムアウト値を取得します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| AuthenticationMethod |
認証方法を取得します。 |
| Authority |
機関 URI を取得します。 |
| ConnectionId |
接続 ID を取得します。 |
| ConnectionTimeout |
認証タイムアウト値を秒単位で取得します。 |
| DatabaseName |
データベース名を取得します。 |
| Password |
ユーザー パスワードを取得します。 |
| Resource |
リソース URI。 |
| ServerName |
サーバー名を取得します。 |
| UserId |
ユーザー ログイン名/ID を取得します。 |