Sdílet prostřednictvím


DataSchemaError.Document – vlastnost

Získá název dokumentu, kde došlo k chybě.

Obor názvů:  Microsoft.Data.Schema
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Název dokumentu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaError Třída

Microsoft.Data.Schema – obor názvů