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.