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.