MetadataProperties 클래스
Represents the metadata properties of a report part.
상속 계층
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'MetadataProperty> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'MetadataProperty> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'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 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Count | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
Item[ ( [ ( Int32] ) ] ) | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
Item[ ( [ ( String] ) ] ) | ||
Items | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
Parent | The parent object. (RdlCollectionBase< (Of < ( <'T> ) > ) >에서 상속됨) |
맨 위로 이동
메서드
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IList. . :: . .Add | (RdlCollectionBase< (Of < ( <'T> ) > ) >에서 상속됨) | |
IList. . :: . .Item | (RdlCollectionBase< (Of < ( <'T> ) > ) >에서 상속됨) | |
IList. . :: . .Contains | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
ICollection. . :: . .CopyTo | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
IEnumerable. . :: . .GetEnumerator | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
IList. . :: . .IndexOf | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
IList. . :: . .Insert | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
IList. . :: . .IsFixedSize | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
IList. . :: . .IsReadOnly | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
ICollection. . :: . .IsSynchronized | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
IList. . :: . .Remove | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) | |
ICollection. . :: . .SyncRoot | (Collection< (Of < ( <'MetadataProperty> ) > ) >에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.