共用方式為


Tuple.Members 屬性

Gets an instance of the MemberCollection class from the Tuple.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property Members As MemberCollection 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.MemberCollection
A MemberCollection that contains the members of the Tuple.

備註

A tuple represents a vector of members. A Tuple encapsulates the collection of Member objects that represent a particular tuple.

請參閱

參考

Tuple 類別

Microsoft.AnalysisServices.AdomdClient 命名空間