XmlaMessageLocation.RowNumber 属性
Gets the number of rows in which the error occurred is provided.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public ReadOnly Property RowNumber As Long
Get
用法
Dim instance As XmlaMessageLocation
Dim value As Long
value = instance.RowNumber
public long RowNumber { get; }
public:
property long long RowNumber {
long long get ();
}
member RowNumber : int64
function get RowNumber () : long
属性值
类型:System.Int64
The number of rows in which the error occurred is provided.