Freigeben über


DataSourceCredentialsCollection-Klasse

Stellt eine Auflistung von DataSourceCredentials-Objekten dar.

Vererbungshierarchie

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

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public NotInheritable Class DataSourceCredentialsCollection _
    Inherits Collection(Of DataSourceCredentials)
'Usage
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>

Der DataSourceCredentialsCollection-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataSourceCredentialsCollection Initialisiert eine neue Instanz der DataSourceCredentialsCollection-Klasse.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Eigenschaft Item[Int32] (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Eigenschaft Item[String] Ruft das DataSourceCredentials-Objekt mit dem angegebenen Namen aus der Auflistung ab.
Geschützte Eigenschaft Items (Geerbt von Collection<DataSourceCredentials>.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Methode Clear (Geerbt von Collection<DataSourceCredentials>.)
Geschützte Methode ClearItems (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Methode Contains (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Methode CopyTo (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Methode Insert (Geerbt von Collection<DataSourceCredentials>.)
Geschützte Methode InsertItem (Geerbt von Collection<DataSourceCredentials>.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Remove (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Methode RemoveAt (Geerbt von Collection<DataSourceCredentials>.)
Geschützte Methode RemoveItem (Geerbt von Collection<DataSourceCredentials>.)
Geschützte Methode SetItem (Geerbt von Collection<DataSourceCredentials>.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IList.Add (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsFixedSize (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection<T>.IsReadOnly (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsReadOnly (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.Item (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove (Geerbt von Collection<DataSourceCredentials>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot (Geerbt von Collection<DataSourceCredentials>.)

Zum Anfang

Hinweise

Auf diese Klasse wird von der Credentials-Eigenschaft im ReportCredentialsEventArgs-Element verwiesen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.Reporting.WebForms-Namespace