AuthenticationInfoCollection コンストラクター

定義

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[]

コレクションの内容です。

defaultIndex
Int32

コレクションの既定の認証情報を表す Int32 です。

適用対象