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
- source
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
The source model.
- target
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
The target model.
- configuration
Type: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
Configures how the comparison is performed.
- result
Type: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
The results of the comparison.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.