共用方式為


Set.Tuples 屬性

Gets a reference to the TupleCollection collection referenced by the Set.

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

語法

'宣告
Public ReadOnly Property Tuples As TupleCollection 
    Get
'用途
Dim instance As Set 
Dim value As TupleCollection 

value = instance.Tuples
public TupleCollection Tuples { get; }
public:
property TupleCollection^ Tuples {
    TupleCollection^ get ();
}
member Tuples : TupleCollection
function get Tuples () : TupleCollection

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.TupleCollection
A collection of TupleCollection.

備註

The Tuples property represents the tuples the set contains.

請參閱

參考

Set 類別

Microsoft.AnalysisServices.AdomdClient 命名空間