EntityConnection.GetMetadataWorkspace, méthode
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Retourne l'objet MetadataWorkspace associé à cet objet EntityConnection.
Espace de noms : System.Data.Entity.Core.EntityClient
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Overridable Function GetMetadataWorkspace As MetadataWorkspace
'Utilisation
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
Valeur de retour
Type : System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace
MetadataWorkspace associé à ce EntityConnection.
Exceptions
Exception | Condition |
---|---|
MetadataException | La chaîne de connexion incluse contient une valeur de mot clé Metadata non valide. |