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.