TupleOrdinal 속성
Gets the ordinal position of the Tuple.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public ReadOnly Property TupleOrdinal As Integer
Get
‘사용 방법
Dim instance As Tuple
Dim value As Integer
value = instance.TupleOrdinal
public int TupleOrdinal { get; }
public:
property int TupleOrdinal {
int get ();
}
member TupleOrdinal : int
function get TupleOrdinal () : int
속성 값
유형: System. . :: . .Int32
An Integer that contains the ordinal position of the Tuple.
주의
This property returns the ordinal position of the Tuple within a TupleCollection, referenced from a Set by using the Tuples property.