SqlModelComparer.OnCompareModelStarted-Methode
Wird aufgerufen, wenn der Modellvergleich gestartet wurde.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Sub OnCompareModelStarted ( _
source As ModelStore, _
target As ModelStore, _
configuration As ModelComparerConfiguration _
)
protected override void OnCompareModelStarted(
ModelStore source,
ModelStore target,
ModelComparerConfiguration configuration
)
protected:
virtual void OnCompareModelStarted(
ModelStore^ source,
ModelStore^ target,
ModelComparerConfiguration^ configuration
) override
abstract OnCompareModelStarted :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration -> unit
override OnCompareModelStarted :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration -> unit
protected override function OnCompareModelStarted(
source : ModelStore,
target : ModelStore,
configuration : ModelComparerConfiguration
)
Parameter
- source
Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
Das Quellmodell.
- target
Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
Das Zielmodell.
- configuration
Typ: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
Konfiguriert, wie der Vergleich ausgeführt werden soll.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.