SqlModelComparer.OnCompareModelStarted Method
Called when the model comparison has started.
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
)
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.
.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.