AdomdErrorLocation.EndColumn Property

 

The last column on which the error was generated.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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

An Integer representing the last column on which the error was generated.

See Also

AdomdErrorLocation Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top