Position.Members Property

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public MemberCollection Members { get; }
public:
property MemberCollection^ Members {
    MemberCollection^ get();
}
member Members : MemberCollection with get
Public ReadOnly Property Members As MemberCollection

Property Value

Type: 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.

See Also

Position Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top