Freigeben über


EntityConnection.GetMetadataWorkspace-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt die MetadataWorkspace zurück, die dieser EntityConnection zugeordnet ist.

Namespace:  System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Overridable Function GetMetadataWorkspace As MetadataWorkspace
'Usage
Dim instance As EntityConnection 
Dim returnValue As MetadataWorkspace 

returnValue = instance.GetMetadataWorkspace()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public virtual MetadataWorkspace GetMetadataWorkspace()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
virtual MetadataWorkspace^ GetMetadataWorkspace()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
abstract GetMetadataWorkspace : unit -> MetadataWorkspace 
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
override GetMetadataWorkspace : unit -> MetadataWorkspace
public function GetMetadataWorkspace() : MetadataWorkspace

Rückgabewert

Typ: System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace
Der MetadataWorkspace, der diesem EntityConnection zugeordnet ist.

Ausnahmen

Ausnahme Bedingung
MetadataException

Die Inlineverbindungszeichenfolge enthält einen ungültigen Metadaten-Schlüsselwortwert.

Siehe auch

Verweis

EntityConnection Klasse

System.Data.Entity.Core.EntityClient-Namespace