DataGenerationServices.PopulateDefaultMappings-Methode

Gibt die von Ihnen gewählten Einstellungen für bestimmte Standardzuordnungen von Datenbank-Datentypen zu Ausgabedeskriptoren zurück, indem die bereitgestellte Liste verfügbarer Generatoren zur Ausgabe von Deskriptorzuordnungen verwendet wird. Gibt die von Ihnen gewählten Einstellungen für bestimmte Standardzuordnungen von Datenbank-Datentypen zu Ausgabedeskriptoren zurück und die Standardzuordnungen von erweiterten Datenbank-Datentypen zur Ausgabe von Deskriptoren.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Overridable Sub PopulateDefaultMappings ( _
    generatorsToOutputs As Dictionary(Of ExtensionHandle(Of IGenerator), OutputDescriptor()), _
    <OutAttribute> ByRef defaultMappings As Dictionary(Of DbType, OutputDescriptor), _
    <OutAttribute> ByRef defaultExtensionMappings As Dictionary(Of Type, OutputDescriptor) _
)
public virtual void PopulateDefaultMappings(
    Dictionary<ExtensionHandle<IGenerator>, OutputDescriptor[]> generatorsToOutputs,
    out Dictionary<DbType, OutputDescriptor> defaultMappings,
    out Dictionary<Type, OutputDescriptor> defaultExtensionMappings
)
public:
virtual void PopulateDefaultMappings(
    Dictionary<ExtensionHandle<IGenerator^>^, array<OutputDescriptor^>^>^ generatorsToOutputs, 
    [OutAttribute] Dictionary<DbType, OutputDescriptor^>^% defaultMappings, 
    [OutAttribute] Dictionary<Type^, OutputDescriptor^>^% defaultExtensionMappings
)
abstract PopulateDefaultMappings : 
        generatorsToOutputs:Dictionary<ExtensionHandle<IGenerator>, OutputDescriptor[]> * 
        defaultMappings:Dictionary<DbType, OutputDescriptor> byref * 
        defaultExtensionMappings:Dictionary<Type, OutputDescriptor> byref -> unit 
override PopulateDefaultMappings : 
        generatorsToOutputs:Dictionary<ExtensionHandle<IGenerator>, OutputDescriptor[]> * 
        defaultMappings:Dictionary<DbType, OutputDescriptor> byref * 
        defaultExtensionMappings:Dictionary<Type, OutputDescriptor> byref -> unit 
public function PopulateDefaultMappings(
    generatorsToOutputs : Dictionary<ExtensionHandle<IGenerator>, OutputDescriptor[]>, 
    defaultMappings : Dictionary<DbType, OutputDescriptor>, 
    defaultExtensionMappings : Dictionary<Type, OutputDescriptor>
)

Parameter

Hinweise

Stellen Sie diese Informationen durch diese Methode bereit, damit das Datenbankschemamodell in Visual Studio-Projekten dargestellt werden kann, wo Benutzer Datenbankobjekte erstellen und ändern können, die Sie im Modell definiert haben.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataGenerationServices Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace

DbType

ExtensionHandle

IGenerator

OutputDescriptor