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.