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입니다.

적용 대상