次の方法で共有


EdmSchemaError.SchemaLocation プロパティ

定義

エラーが存在するスキーマの場所を取得します。 この文字列の最後には、スキーマの名前も含まれます。

public:
 property System::String ^ SchemaLocation { System::String ^ get(); };
public string SchemaLocation { get; }
member this.SchemaLocation : string
Public ReadOnly Property SchemaLocation As String

プロパティ値

エラーが存在するスキーマの場所。

適用対象