Tuple.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.

请参阅

参考

Tuple 类

Microsoft.AnalysisServices.AdomdServer 命名空间