Propriedade DataSchemaError.Document

Obtém o nome do documento onde ocorreu o erro.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
O nome do documento.

Segurança do .NET Framework

Consulte também

Referência

DataSchemaError Classe

Namespace Microsoft.Data.Schema