Freigeben über


Position.Members-Eigenschaft

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

'Declaration
Public ReadOnly Property Members As MemberCollection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

Position Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace