Compartir a través de


AdomdErrorLocation.TextLength Propiedad

The length of text which generated the error.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property TextLength As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

AdomdErrorLocation Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient