Partager via


Propriété AdomdErrorLocation.TextLength

The length of text which generated the error.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TextLength As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

AdomdErrorLocation Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient