Set.Tuples 属性
获取对 Set 引用的 TupleCollection 集合的引用。
命名空间: 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
对 TupleCollection 集合的引用。
注释
Tuples 属性表示集所含的元组。