SqlModelComparer.OnCompareModelFinished メソッド
モデルの比較が完了したときに呼び出されます。
名前空間: Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
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
)
パラメーター
- source
型: Microsoft.Data.Schema.SchemaModel.ModelStore
ソース モデル。
- target
型: Microsoft.Data.Schema.SchemaModel.ModelStore
ターゲット モデル。
- configuration
型: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
比較の実行方法を構成します。
- result
型: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
比較の結果。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。