DataSchemaError.Document プロパティ
エラーのファイル名を取得します。
名前空間 : Microsoft.Data.Schema.Common
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Property Document As String
'使用
Dim instance As DataSchemaError
Dim value As String
value = instance.Document
instance.Document = value
public string Document { get; internal set; }
public:
property String^ Document {
String^ get ();
void set (String^ value);
}
public function get Document () : String
public function set Document (value : String)
プロパティ値
型 : System.String
エラーのファイル名の設定は、マイクロソフト内部でのみ使用します。