XmlaMessageLocation.StartColumn Property

 

Applies To: SQL Server (starting with 2016)

Gets the column number that indicates the starting point of the message.

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

Syntax

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

Property Value

Type: System.Int32

The column number that indicates the starting point of the message.

See Also

XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace

Return to top