ModelComparer.OnCompareModelStarted Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnCompareModelStarted ( _
source As ModelStore, _
target As ModelStore, _
configuration As ModelComparerConfiguration _
)
protected virtual void OnCompareModelStarted(
ModelStore source,
ModelStore target,
ModelComparerConfiguration configuration
)
protected:
virtual void OnCompareModelStarted(
ModelStore^ source,
ModelStore^ target,
ModelComparerConfiguration^ configuration
)
abstract OnCompareModelStarted :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration -> unit
override OnCompareModelStarted :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration -> unit
protected function OnCompareModelStarted(
source : ModelStore,
target : ModelStore,
configuration : ModelComparerConfiguration
)
Parameters
- source
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
- target
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
- configuration
Type: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
.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.