DataSchemaError.Document 属性

获取发生错误的文档的名称。

命名空间:  Microsoft.Data.Schema
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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)

属性值

类型:System.String
文档的名称。

.NET Framework 安全性

请参见

参考

DataSchemaError 类

Microsoft.Data.Schema 命名空间