SchemaCompareScriptService.OnAfterCompare Method
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Sub OnAfterCompare ( _
source As DataSchemaModel, _
target As DataSchemaModel, _
sourceModelProvider As ISchemaCompareModelProvider, _
targetModelProvider As ISchemaCompareModelProvider, _
configurationOptions As SchemaDeploymentOptions, _
comparisonResult As ModelComparisonResult _
)
public virtual void OnAfterCompare(
DataSchemaModel source,
DataSchemaModel target,
ISchemaCompareModelProvider sourceModelProvider,
ISchemaCompareModelProvider targetModelProvider,
SchemaDeploymentOptions configurationOptions,
ModelComparisonResult comparisonResult
)
public:
virtual void OnAfterCompare(
DataSchemaModel^ source,
DataSchemaModel^ target,
ISchemaCompareModelProvider^ sourceModelProvider,
ISchemaCompareModelProvider^ targetModelProvider,
SchemaDeploymentOptions^ configurationOptions,
ModelComparisonResult^ comparisonResult
)
abstract OnAfterCompare :
source:DataSchemaModel *
target:DataSchemaModel *
sourceModelProvider:ISchemaCompareModelProvider *
targetModelProvider:ISchemaCompareModelProvider *
configurationOptions:SchemaDeploymentOptions *
comparisonResult:ModelComparisonResult -> unit
override OnAfterCompare :
source:DataSchemaModel *
target:DataSchemaModel *
sourceModelProvider:ISchemaCompareModelProvider *
targetModelProvider:ISchemaCompareModelProvider *
configurationOptions:SchemaDeploymentOptions *
comparisonResult:ModelComparisonResult -> unit
public function OnAfterCompare(
source : DataSchemaModel,
target : DataSchemaModel,
sourceModelProvider : ISchemaCompareModelProvider,
targetModelProvider : ISchemaCompareModelProvider,
configurationOptions : SchemaDeploymentOptions,
comparisonResult : ModelComparisonResult
)
Parameters
- source
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
- target
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
- sourceModelProvider
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
- targetModelProvider
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
- configurationOptions
Type: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
- comparisonResult
Type: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
.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.