SqlModelComparer.OnCompareModelFinished-Methode
Wird aufgerufen, wenn der Modellvergleich abgeschlossen wurde.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Sub OnCompareModelFinished ( _
source As ModelStore, _
target As ModelStore, _
configuration As ModelComparerConfiguration, _
result As ModelComparisonResult _
)
protected override void OnCompareModelFinished(
ModelStore source,
ModelStore target,
ModelComparerConfiguration configuration,
ModelComparisonResult result
)
protected:
virtual void OnCompareModelFinished(
ModelStore^ source,
ModelStore^ target,
ModelComparerConfiguration^ configuration,
ModelComparisonResult^ result
) override
abstract OnCompareModelFinished :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration *
result:ModelComparisonResult -> unit
override OnCompareModelFinished :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration *
result:ModelComparisonResult -> unit
protected override function OnCompareModelFinished(
source : ModelStore,
target : ModelStore,
configuration : ModelComparerConfiguration,
result : ModelComparisonResult
)
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.
- result
Typ: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
Die Ergebnisse des Vergleichs.
.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.