Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the comparison of an element has completed.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overrides Sub OnCompareElementFinished ( _
sourceElement As IModelElement, _
targetElement As IModelElement, _
configuration As ModelComparerConfiguration, _
result As ModelComparisonResult, _
changes As ModelComparisonChangeDefinition _
)
protected override void OnCompareElementFinished(
IModelElement sourceElement,
IModelElement targetElement,
ModelComparerConfiguration configuration,
ModelComparisonResult result,
ModelComparisonChangeDefinition changes
)
protected:
virtual void OnCompareElementFinished(
IModelElement^ sourceElement,
IModelElement^ targetElement,
ModelComparerConfiguration^ configuration,
ModelComparisonResult^ result,
ModelComparisonChangeDefinition^ changes
) override
abstract OnCompareElementFinished :
sourceElement:IModelElement *
targetElement:IModelElement *
configuration:ModelComparerConfiguration *
result:ModelComparisonResult *
changes:ModelComparisonChangeDefinition -> unit
override OnCompareElementFinished :
sourceElement:IModelElement *
targetElement:IModelElement *
configuration:ModelComparerConfiguration *
result:ModelComparisonResult *
changes:ModelComparisonChangeDefinition -> unit
protected override function OnCompareElementFinished(
sourceElement : IModelElement,
targetElement : IModelElement,
configuration : ModelComparerConfiguration,
result : ModelComparisonResult,
changes : ModelComparisonChangeDefinition
)
Parameters
- sourceElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The element in the source model.
- targetElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The element in the target model.
- configuration
Type: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
Configures how the comparison is performed.
- result
Type: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
The result of the comparison.
- changes
Type: Microsoft.Data.Schema.SchemaModel.ModelComparisonChangeDefinition
The changes.
.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.