Set.Tuples 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.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.AdomdServer.TupleCollection
A reference to the TupleCollection collection.

備註

The Tuples property represents the tuples the set contains.

請參閱

參考

Set 類別

Microsoft.AnalysisServices.AdomdServer 命名空間