Proprietà LineOffset
The number of characters leading up to the line on which the error was generated.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LineOffset As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An Integer representing the number of characters leading up to the line on which the error was generated.
Osservazioni
Adding LineOffset and StartColumn together will provide the starting location of the error, in characters.
Vedere anche