Share via


AdomdErrorLocation.TextLength Property

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.

See Also

Reference

AdomdErrorLocation Class

Microsoft.AnalysisServices.AdomdClient Namespace