다음을 통해 공유


Members 속성

Gets an instance of the MemberCollection class that contains the members of the Position.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property Members As MemberCollection
    Get
‘사용 방법
Dim instance As Position
Dim value As MemberCollection

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

속성 값

유형: Microsoft.AnalysisServices.AdomdClient. . :: . .MemberCollection
A MemberCollection that contains the members of the Position. The combination of members contained in the MemberCollection class define the tuple represented by the Position.