AuthenticationInfoCollection 클래스

Represents a table that contains the authentication labels that are used to populate the simple view of the connection dialog box.

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfoCollection

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Class AuthenticationInfoCollection _
    Implements ICollection, IEnumerable
‘사용 방법
Dim instance As AuthenticationInfoCollection
public class AuthenticationInfoCollection : ICollection, 
    IEnumerable
public ref class AuthenticationInfoCollection : ICollection, 
    IEnumerable
type AuthenticationInfoCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public class AuthenticationInfoCollection implements ICollection, IEnumerable

AuthenticationInfoCollection 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 AuthenticationInfoCollection() Initializes a new instance of the AuthenticationInfoCollection class with the default property values.
공용 메서드 AuthenticationInfoCollection(array<AuthenticationInfo[]) Initializes a new instance of the AuthenticationInfoCollection class with the specified entries parameter.
공용 메서드 AuthenticationInfoCollection(array<AuthenticationInfo[], Int32) Initializes a new instance of the AuthenticationInfoCollection class with the specified entries and default index parameters.

맨 위로 이동

속성

  이름 설명
공용 속성 Count Gets the number of elements actually contained in the collection.
공용 속성 DefaultIndex Gets or sets the index of the default object within the collection.
공용 속성 IsSynchronized Gets a value indicating whether access to the collection is synchronized.
공용 속성 Item Returns a specific element of a collection object either by position or by key. This property is read-only.
공용 속성 SyncRoot Gets an object that can be used to synchronize access to the Collection object.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds authentication information to a collection.
공용 메서드 CopyTo Copies the elements of the ICollection interface to an array, starting at a particular Array index.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 FindByAuthenticationType Indicates the information collection that is searched by its authentication type.
공용 메서드 GetEnumerator Retrieves a reference to an enumerator object, which is used to iterate over a collection object.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
보호된 필드 def Defines a value that specifies the default index.
보호된 필드 entries Defines the contents of the authentication information collection.
보호된 필드 syncObject Defines an object that represents a send/receive group that lets user configure different synchronization.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스