Share via


MetadataProperties 클래스

정의

보고서 파트의 메타데이터 속성을 나타냅니다.

public ref class MetadataProperties : Microsoft::ReportingServices::RdlObjectModel::RdlCollection<Microsoft::ReportingServices::RdlObjectModel::MetadataProperty ^>
public class MetadataProperties : Microsoft.ReportingServices.RdlObjectModel.RdlCollection<Microsoft.ReportingServices.RdlObjectModel.MetadataProperty>
type MetadataProperties = class
    inherit RdlCollection<MetadataProperty>
Public Class MetadataProperties
Inherits RdlCollection(Of MetadataProperty)
상속

생성자

MetadataProperties()

MetadataProperties 클래스의 새 인스턴스를 초기화합니다.

속성

Item[String]

지정한 이름을 가진 컬렉션에서 항목을 가져옵니다.

Parent

부모 개체를 가져오거나 설정합니다.

(다음에서 상속됨 RdlCollectionBase<T>)

메서드

Add(String, String)

메타데이터 속성을 추가합니다.

ClearItems()

컬렉션의 모든 항목을 제거합니다.

(다음에서 상속됨 RdlCollection<T>)
Contains(String)

지정한 속성이 메타데이터 속성의 현재 집합의 멤버인지를 나타냅니다.

DeepClone()

MetadataProperties 인스턴스의 전체 복제를 반환합니다.

InsertItem(Int32, T)

컬렉션에 항목을 삽입합니다.

(다음에서 상속됨 RdlCollection<T>)
OnCollectionChanged(EventArgs)

CollectionChanged 이벤트를 발생시킵니다.

(다음에서 상속됨 RdlCollection<T>)
RemoveItem(Int32)

컬렉션에서 항목을 제거합니다.

(다음에서 상속됨 RdlCollection<T>)
SetItem(Int32, T)

컬렉션의 항목을 바꿉니다.

(다음에서 상속됨 RdlCollection<T>)

이벤트

CollectionChanged

컬렉션이 변경되면 발생합니다.

(다음에서 상속됨 RdlCollection<T>)

명시적 인터페이스 구현

IList.Add(Object)

컬렉션의 끝에 개체를 추가합니다.

(다음에서 상속됨 RdlCollectionBase<T>)
IList.Item[Int32]

지정한 인덱스에 있는 요소를 가져오거나 설정합니다.

(다음에서 상속됨 RdlCollectionBase<T>)

적용 대상