Proprietà AdomdErrorLocation.TextLength

The length of text which generated the error.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TextLength As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

AdomdErrorLocation Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient