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
備註
The Tuples property represents the tuples the set contains.