Compartir a través de


DataSchemaError.Column (Propiedad)

Obtiene el número de columna donde se produjo el error.

Espacio de nombres:  Microsoft.Data.Schema
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Property Column As Integer
    Get
    Set
public int Column { get; set; }
public:
property int Column {
    int get ();
    void set (int value);
}
member Column : int with get, set
function get Column () : int
function set Column (value : int)

Valor de propiedad

Tipo: System.Int32
Número de columna.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaError Clase

Microsoft.Data.Schema (Espacio de nombres)