Share via


Tuples 속성

Gets a reference to the TupleCollection collection referenced by the Set.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
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.