LineOffset 屬性
The number of characters leading up to the line on which the error was generated.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property LineOffset As Integer
Get
'用途
Dim instance As AdomdErrorLocation
Dim value As Integer
value = instance.LineOffset
public int LineOffset { get; }
public:
property int LineOffset {
int get ();
}
member LineOffset : int
function get LineOffset () : int
屬性值
型別:System. . :: . .Int32
An Integer representing the number of characters leading up to the line on which the error was generated.
備註
Adding LineOffset and StartColumn together will provide the starting location of the error, in characters.