共用方式為


MemberCollection 屬性

Gets a list of data members at the base of the hierarchy.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MemberCollection As DataMemberCollection
    Get
'用途
Dim instance As DataHierarchy
Dim value As DataMemberCollection

value = instance.MemberCollection
public DataMemberCollection MemberCollection { get; }
public:
property DataMemberCollection^ MemberCollection {
    DataMemberCollection^ get ();
}
member MemberCollection : DataMemberCollection
function get MemberCollection () : DataMemberCollection