表示 ReportDataSourceInfo 对象集合。
继承层次结构
Object
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)
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceInfoCollection : ReadOnlyCollection<ReportDataSourceInfo>
[ComVisibleAttribute(false)]
public ref class ReportDataSourceInfoCollection sealed : public ReadOnlyCollection<ReportDataSourceInfo^>
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceInfoCollection =
class
inherit ReadOnlyCollection<ReportDataSourceInfo>
end
public final class ReportDataSourceInfoCollection extends ReadOnlyCollection<ReportDataSourceInfo>
ReportDataSourceInfoCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Count | 获取 ReadOnlyCollection 实例中包含的元素数。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
Item(Int32) | 获取指定索引处的元素。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
Item[String] | 返回集合中的某特定 ReportDataSourceInfo 对象。 |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Contains | 确定某元素是否在 ReadOnlyCollection 中。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
CopyTo | 从目标数组的指定索引处开始将整个 ReadOnlyCollection 复制到兼容的一维 Array。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) |
![]() |
GetEnumerator | 返回循环访问 ReadOnlyCollection 的枚举数。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
IndexOf | 搜索指定的对象,并返回整个 ReadOnlyCollection 中第一个匹配项的从零开始的索引。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
System#Collections#Generic#ICollection{T}#Add | 将某项添加到 ICollection 中。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#Add | 将某项添加到 IList 中。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#Generic#ICollection{T}#Clear | 从 ICollection 中移除所有项。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#Clear | 从 IList 中移除所有项。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#Contains | 确定 IList 是否包含特定值。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#ICollection#CopyTo | 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IEnumerable#GetEnumerator | 返回循环访问集合的枚举数。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#IndexOf | 确定 IList 中特定项的索引。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#Generic#IList{T}#Insert | 将一个项插入指定索引处的 IList。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#Insert | 将一个项插入指定索引处的 IList。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#IsFixedSize | 获取一个值,该值指示 IList 是否具有固定大小。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#Generic#ICollection{T}#IsReadOnly | 获取一个值,该值指示 ICollection 是否为只读。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#IsReadOnly | 获取一个值,该值指示 IList 是否为只读。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#ICollection#IsSynchronized | 获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#Generic#IList{T}#Item | 获取指定索引处的元素。如果您尝试设置指定索引处的项,则会发生 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#Item | 获取指定索引处的元素。如果您尝试设置指定索引处的项,则会发生 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#Generic#ICollection{T}#Remove | 从 ICollection 中移除特定对象的第一个匹配项。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#Remove | 从 IList 中移除特定对象的第一个匹配项。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#Generic#IList{T}#RemoveAt | 移除指定索引处的 IList 项。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#IList#RemoveAt | 移除指定索引处的 IList 项。此实现总是引发 NotSupportedException。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
![]() ![]() |
System#Collections#ICollection#SyncRoot | 获取可用于同步对 ICollection 的访问的对象。 (继承自 ReadOnlyCollection<ReportDataSourceInfo>。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。