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>。) |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Contains | (繼承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
CopyTo | (繼承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetEnumerator | (繼承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
IndexOf | (繼承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。