Tuple.Members-Eigenschaft
Gets an instance of the MemberCollection class from the Tuple.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Members As MemberCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdServer.MemberCollection
A MemberCollection that contains the members of the Tuple.
Hinweise
A tuple represents a vector of members. A Tuple encapsulates the collection of Member objects that represent a particular tuple.