Freigeben über


SchemaDeployment.OnLoadTargetModelModifiers-Methode

Wird beim Laden von Modellmodifizierern für das Zieldatenbankmodell aufgerufen, um benutzerdefinierten Klassen die zusätzliche Verarbeitung für einen benutzerdefinierten DatabaseSchemaProvider zu ermöglichen.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Overridable Function OnLoadTargetModelModifiers As IList(Of TargetModelModifier)
protected virtual IList<TargetModelModifier> OnLoadTargetModelModifiers()
protected:
virtual IList<TargetModelModifier^>^ OnLoadTargetModelModifiers()
abstract OnLoadTargetModelModifiers : unit -> IList<TargetModelModifier> 
override OnLoadTargetModelModifiers : unit -> IList<TargetModelModifier> 
protected function OnLoadTargetModelModifiers() : IList<TargetModelModifier>

Rückgabewert

Typ: System.Collections.Generic.IList<TargetModelModifier>
Eine Liste von TargetModelModifier-Objekten.Die Standardimplementierung gibt nullNULL-Verweis (Nothing in Visual Basic) zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeployment Klasse

Microsoft.Data.Schema.Build-Namespace

TargetModelModifier

DatabaseSchemaProvider