ReportDataSourceInfoCollection クラス
ReportDataSourceInfo オブジェクトのコレクションを表します。
継承階層
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<ReportDataSourceInfo>
Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.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
明示的なインターフェイスの実装
Top
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。