XmlaMessageLocation.TextLength Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public int TextLength { get; }
public:
property int TextLength {
    int get();
}
member TextLength : int with get
Public ReadOnly Property TextLength As Integer

Property Value

Type: System.Int32

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

See Also

XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace

Return to top