Compartilhar via


Propriedade do RDL TextLength

The length of text which generated the error.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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