Compartir a través de


AdomdErrorLocation.EndColumn Propiedad

The last column on which the error was generated.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property EndColumn As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

AdomdErrorLocation Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient