Propriedade do RDL Tuple.Members
Gets an instance of the MemberCollection class from the Tuple.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property Members As MemberCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient.MemberCollection
A MemberCollection that contains the members of the Tuple.
Comentários
A tuple represents a vector of members. A Tuple encapsulates the collection of Member objects that represent a particular tuple.