共用方式為


Tuple.TupleOrdinal 屬性

Gets the ordinal position of the Tuple.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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.

請參閱

參考

Tuple 類別

Microsoft.AnalysisServices.AdomdClient 命名空間