Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The last column on which the error was generated.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property EndColumn As Integer
Get
'Usage
Dim instance As AdomdErrorLocation
Dim value As Integer
value = instance.EndColumn
public int EndColumn { get; }
public:
property int EndColumn {
int get ();
}
member EndColumn : int
function get EndColumn () : int
Property Value
Type: System.Int32
An Integer representing the last column on which the error was generated.