Members 속성

Gets an instance of the MemberCollection class from the Tuple.

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

구문

‘선언
Public ReadOnly Property Members As MemberCollection
    Get
‘사용 방법
Dim instance As Tuple
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 Tuple.

주의

A tuple represents a vector of members. A Tuple encapsulates the collection of Member objects that represent a particular tuple.