SqlModelComparer.OnCompareModelFinished Method

Called when the model comparison has completed.

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
)

Parameters

.NET Framework Security

See Also

Reference

SqlModelComparer Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace