XmlaMessageLocation.EndColumn Property
Applies To: SQL Server (starting with 2016)
Gets the column number that indicates the ending point of the message.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public int EndColumn { get; }
public:
property int EndColumn {
int get();
}
member EndColumn : int with get
Public ReadOnly Property EndColumn As Integer
Property Value
Type: System.Int32
The column number that indicates the ending point of the message.
See Also
XmlaMessageLocation Class
Microsoft.AnalysisServices Namespace
Return to top