다음을 통해 공유


DataSourceCredentialsCollection 클래스

DataSourceCredentials 개체의 컬렉션을 나타냅니다.

상속 계층

System.Object
  System.Collections.ObjectModel.Collection<DataSourceCredentials>
    Microsoft.Reporting.WebForms.DataSourceCredentialsCollection

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
Public NotInheritable Class DataSourceCredentialsCollection _
    Inherits Collection(Of DataSourceCredentials)
‘사용 방법
Dim instance As DataSourceCredentialsCollection
public sealed class DataSourceCredentialsCollection : Collection<DataSourceCredentials>
public ref class DataSourceCredentialsCollection sealed : public Collection<DataSourceCredentials^>
[<SealedAttribute>]
type DataSourceCredentialsCollection =  
    class
        inherit Collection<DataSourceCredentials>
    end
public final class DataSourceCredentialsCollection extends Collection<DataSourceCredentials>

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

생성자

  이름 설명
공용 메서드 DataSourceCredentialsCollection DataSourceCredentialsCollection 클래스의 새 인스턴스를 초기화합니다.

맨 위로 이동

속성

  이름 설명
공용 속성 Count (Collection<DataSourceCredentials>에서 상속됨)
공용 속성 Item[Int32] (Collection<DataSourceCredentials>에서 상속됨)
공용 속성 Item[String] 컬렉션에서 지정한 이름의 DataSourceCredentials 개체를 가져옵니다.
보호된 속성 Items (Collection<DataSourceCredentials>에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add (Collection<DataSourceCredentials>에서 상속됨)
공용 메서드 Clear (Collection<DataSourceCredentials>에서 상속됨)
보호된 메서드 ClearItems (Collection<DataSourceCredentials>에서 상속됨)
공용 메서드 Contains (Collection<DataSourceCredentials>에서 상속됨)
공용 메서드 CopyTo (Collection<DataSourceCredentials>에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator (Collection<DataSourceCredentials>에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IndexOf (Collection<DataSourceCredentials>에서 상속됨)
공용 메서드 Insert (Collection<DataSourceCredentials>에서 상속됨)
보호된 메서드 InsertItem (Collection<DataSourceCredentials>에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Remove (Collection<DataSourceCredentials>에서 상속됨)
공용 메서드 RemoveAt (Collection<DataSourceCredentials>에서 상속됨)
보호된 메서드 RemoveItem (Collection<DataSourceCredentials>에서 상속됨)
보호된 메서드 SetItem (Collection<DataSourceCredentials>에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IList.Add (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Contains (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICollection.CopyTo (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IEnumerable.GetEnumerator (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.IndexOf (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Insert (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.IsFixedSize (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection<T>.IsReadOnly (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.IsReadOnly (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.IsSynchronized (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.Item (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Remove (Collection<DataSourceCredentials>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.SyncRoot (Collection<DataSourceCredentials>에서 상속됨)

맨 위로 이동

주의

이 클래스는 ReportCredentialsEventArgsCredentials 속성에 의해 참조됩니다.

스레드 보안

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

참고 항목

참조

Microsoft.Reporting.WebForms 네임스페이스