Partager via


Propriété Position.Members

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Members As MemberCollection 
    Get
'Utilisation
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

Valeur de propriété

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.

Voir aussi

Référence

Position Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient