Compartir a través de


DataSchemaError.Document (Propiedad)

Obtiene el nombre del documento 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 Document As String
    Get
    Set
public string Document { get; set; }
public:
property String^ Document {
    String^ get ();
    void set (String^ value);
}
member Document : string with get, set
function get Document () : String
function set Document (value : String)

Valor de propiedad

Tipo: System.String
Nombre del documento.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaError Clase

Microsoft.Data.Schema (Espacio de nombres)