Compartir a través de


XmlaMessageLocation.TextLength Propiedad

Gets the number of characters in the message location, between Start and End.

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

Sintaxis

'Declaración
Public ReadOnly Property TextLength As Integer 
    Get
'Uso
Dim instance As XmlaMessageLocation 
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
The number of characters in the message location, between Start and End.

Vea también

Referencia

XmlaMessageLocation Clase

Espacio de nombres Microsoft.AnalysisServices