AuthenticationInfoCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AuthenticationInfoCollection クラスの新しいインスタンスを初期化します。
オーバーロード
| AuthenticationInfoCollection() |
AuthenticationInfoCollection クラスの新しいインスタンスを既定のプロパティ値で初期化します。 |
| AuthenticationInfoCollection(AuthenticationInfo[]) |
指定されたエントリ パラメーターを使用して、AuthenticationInfoCollection クラスの新しいインスタンスを初期化します。 |
| AuthenticationInfoCollection(AuthenticationInfo[], Int32) |
指定されたエントリと既定のインデックス パラメーターを使用して、AuthenticationInfoCollection クラスの新しいインスタンスを初期化します。 |
AuthenticationInfoCollection()
AuthenticationInfoCollection クラスの新しいインスタンスを既定のプロパティ値で初期化します。
public:
AuthenticationInfoCollection();
public AuthenticationInfoCollection ();
Public Sub New ()
適用対象
AuthenticationInfoCollection(AuthenticationInfo[])
指定されたエントリ パラメーターを使用して、AuthenticationInfoCollection クラスの新しいインスタンスを初期化します。
public:
AuthenticationInfoCollection(cli::array <Microsoft::SqlServer::Management::UI::ConnectionDlg::AuthenticationInfo ^> ^ entries);
public AuthenticationInfoCollection (Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo[] entries);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfoCollection : Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo[] -> Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfoCollection
Public Sub New (entries As AuthenticationInfo())
パラメーター
- entries
- AuthenticationInfo[]
コレクションの内容です。
適用対象
AuthenticationInfoCollection(AuthenticationInfo[], Int32)
指定されたエントリと既定のインデックス パラメーターを使用して、AuthenticationInfoCollection クラスの新しいインスタンスを初期化します。
public:
AuthenticationInfoCollection(cli::array <Microsoft::SqlServer::Management::UI::ConnectionDlg::AuthenticationInfo ^> ^ entries, int defaultIndex);
public AuthenticationInfoCollection (Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo[] entries, int defaultIndex);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfoCollection : Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo[] * int -> Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfoCollection
Public Sub New (entries As AuthenticationInfo(), defaultIndex As Integer)
パラメーター
- entries
- AuthenticationInfo[]
コレクションの内容です。