Condividi tramite


Proprietà DataSchemaError.Document

Ottiene il nome del documento in cui si è verificato l'errore.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Nome del documento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaError Classe

Spazio dei nomi Microsoft.Data.Schema