Freigeben über


AdomdErrorLocation.TextLength-Eigenschaft

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

Eigenschaftswert

Typ: System.Int32
An Integer representing the length of text which generated the error.

Hinweise

If StartLine and EndLine are the same, this value equals EndColumn-StartColumn.

Siehe auch

Verweis

AdomdErrorLocation Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace