ReportDataSourceInfoCollection クラス

ReportDataSourceInfo オブジェクトのコレクションを表します。

継承階層

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<ReportDataSourceInfo>
    Microsoft.Reporting.WinForms.ReportDataSourceInfoCollection

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceInfoCollection _
    Inherits ReadOnlyCollection(Of ReportDataSourceInfo)
'使用
Dim instance As ReportDataSourceInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceInfoCollection : ReadOnlyCollection<ReportDataSourceInfo>
[ComVisibleAttribute(false)]
public ref class ReportDataSourceInfoCollection sealed : public ReadOnlyCollection<ReportDataSourceInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceInfoCollection =  
    class
        inherit ReadOnlyCollection<ReportDataSourceInfo>
    end
public final class ReportDataSourceInfoCollection extends ReadOnlyCollection<ReportDataSourceInfo>

ReportDataSourceInfoCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
パブリック プロパティ Item[Int32] (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
パブリック プロパティ Item[String] コレクションの特定の ReportDataSourceInfo オブジェクトを返します。
プロテクト プロパティ Items (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)

Top

メソッド

  名前 説明
パブリック メソッド Contains (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
パブリック メソッド CopyTo (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetEnumerator (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

Top

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICollection<T>.Add (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Add (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection<T>.Clear (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Clear (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Contains (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.IndexOf (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList<T>.Insert (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Insert (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsFixedSize (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection<T>.IsReadOnly (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsReadOnly (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList<T>.Item (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.Item (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection<T>.Remove (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Remove (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList<T>.RemoveAt (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.RemoveAt (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot (ReadOnlyCollection<ReportDataSourceInfo> から継承されています。)

Top

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.Reporting.WinForms 名前空間