Condividi tramite


Proprietà EdmSchemaError.SchemaLocation

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene la posizione dello schema che contiene l'errore. Questa stringa include anche il nome dello schema alla fine.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SchemaLocation As String 
    Get
'Utilizzo
Dim instance As EdmSchemaError 
Dim value As String 

value = instance.SchemaLocation
public string SchemaLocation { get; }
public:
property String^ SchemaLocation {
    String^ get ();
}
member SchemaLocation : string
function get SchemaLocation () : String

Valore proprietà

Tipo: System.String
Posizione dello schema che contiene l'errore.

Vedere anche

Riferimento

EdmSchemaError Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm