Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The length of text which generated the error.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property TextLength As Integer
Get
'Usage
Dim instance As AdomdErrorLocation
Dim value As Integer
value = instance.TextLength
public int TextLength { get; }
public:
property int TextLength {
int get ();
}
member TextLength : int
function get TextLength () : int
Property Value
Type: System.Int32
An Integer representing the length of text which generated the error.
Remarks
If StartLine and EndLine are the same, this value equals EndColumn-StartColumn.