Compartir a través de


DataSchemaError.Line (Propiedad)

Obtiene el número de la línea en la que se produjo el error.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Int32
Número de línea.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaError Clase

Microsoft.Data.Schema (Espacio de nombres)

Column