Freigeben über


AdomdErrorLocation.StartColumn-Eigenschaft

The first 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 StartColumn As Integer 
    Get
'Usage
Dim instance As AdomdErrorLocation 
Dim value As Integer 

value = instance.StartColumn
public int StartColumn { get; }
public:
property int StartColumn {
    int get ();
}
member StartColumn : int
function get StartColumn () : int

Eigenschaftswert

Typ: System.Int32
An Integer representing the first column on which the error was generated.

Siehe auch

Verweis

AdomdErrorLocation Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace