Proprietà AdomdErrorLocation.EndColumn

The last column on which the error was generated.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property EndColumn As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
An Integer representing the last column on which the error was generated.

Vedere anche

Riferimento

AdomdErrorLocation Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient