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, которое представляет сведения о проверке подлинности по умолчанию для коллекции.

Применяется к