Tuple.TupleOrdinal 属性

获取 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

属性值

类型:Int32
一个包含 Tuple 的序号位置的整数。

注释

此属性返回 TupleCollectionTuple 的序号,后者通过使用 TuplesSet 引用。

请参阅

参考

Tuple 类

Microsoft.AnalysisServices.AdomdServer 命名空间