MetadataProperties 類別
Represents the metadata properties of a report part.
繼承階層
System.Object
System.Collections.ObjectModel.Collection<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.MetadataProperties
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Class MetadataProperties _
Inherits RdlCollection(Of MetadataProperty)
'用途
Dim instance As MetadataProperties
public class MetadataProperties : RdlCollection<MetadataProperty>
public ref class MetadataProperties : public RdlCollection<MetadataProperty^>
type MetadataProperties =
class
inherit RdlCollection<MetadataProperty>
end
public class MetadataProperties extends RdlCollection<MetadataProperty>
MetadataProperties 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
MetadataProperties | Initializes a new instance of the MetadataProperties class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | (繼承自 Collection<MetadataProperty>。) |
![]() |
Item[Int32] | (繼承自 Collection<MetadataProperty>。) |
![]() |
Item[String] | Gets an item from the collection that has the specified name. |
![]() |
Items | (繼承自 Collection<MetadataProperty>。) |
![]() |
Parent | Gets or sets the parent object. (繼承自 RdlCollectionBase<T>。) |
上層
方法
上層
事件
名稱 | 說明 | |
---|---|---|
![]() |
CollectionChanged | 基礎結構。Occurs when the collection has been changed. (繼承自 RdlCollection<T>。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
![]() ![]() |
IList.Add | 基礎結構。Adds an object to the end of the collection. (繼承自 RdlCollectionBase<T>。) |
![]() ![]() |
IList.Item | 基礎結構。Gets or sets the element at the specified index. (繼承自 RdlCollectionBase<T>。) |
![]() ![]() |
IList.Contains | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
ICollection.CopyTo | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
IEnumerable.GetEnumerator | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
IList.IndexOf | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
IList.Insert | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
IList.IsFixedSize | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
ICollection<T>.IsReadOnly | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
IList.IsReadOnly | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
ICollection.IsSynchronized | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
IList.Remove | (繼承自 Collection<MetadataProperty>。) |
![]() ![]() |
ICollection.SyncRoot | (繼承自 Collection<MetadataProperty>。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。