Condividi tramite


Enumerazione EdmParameterBag.ParameterName

[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.]

Enumerazione di nomi di parametro utilizzati dalle classi nello spazio dei nomi Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators durante la generazione di un database da un modello concettuale.

Spazio dei nomi:  Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible", Justification := "Changing this would affect the public .tt files")> _
Public Enumeration ParameterName
'Utilizzo
Dim instance As EdmParameterBag.ParameterName
[SuppressMessageAttribute("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible", Justification = "Changing this would affect the public .tt files")]
public enum ParameterName
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1034:NestedTypesShouldNotBeVisible", Justification = L"Changing this would affect the public .tt files")]
public enum class ParameterName
[<SuppressMessageAttribute("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible", Justification = "Changing this would affect the public .tt files")>]
type ParameterName
public enum ParameterName

Membri

Nome membro Descrizione
AssemblyLoader Nome dell'oggetto parametro IAssemblyLoader utilizzato per risolvere e caricare un assembly in base al relativo nome.

DatabaseName Nome del database generato.

DatabaseSchemaName Nome dello schema del database generato.

DDLTemplatePath Percorso del modello di testo utilizzato per generare il contenuto DDL (Data Definition Language).

EdmxPath Percorso del file EDMX dal quale è stata avviata la Generazione guidata database.

ProviderConnectionString Stringa di connessione del provider.

ProviderInvariantName Nome invariante del provider.

ProviderManifestToken Token del manifesto del provider.

SynchronizationContext Oggetto SynchronizationContext che rappresenta lo stato del thread dell'interfaccia utente in Visual Studio.

TargetVersion Versione di Entity Framework di destinazione.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Data.Entity.Design.DatabaseGeneration