Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gibt beim Überschreiben in einer abgeleiteten Klasse eine normalisierte Version des bereitgestellten Vergleichsergebnisses zurück, wobei das Quell- und Zielmodell und die Konfigurationsinformationen verwendet werden.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Function NormalizeComparisonResult ( _
comparisonResult As ModelComparisonResult, _
sourceModel As ModelStore, _
targetModel As ModelStore, _
configuration As ModelComparerConfiguration _
) As ModelComparisonResult
public virtual ModelComparisonResult NormalizeComparisonResult(
ModelComparisonResult comparisonResult,
ModelStore sourceModel,
ModelStore targetModel,
ModelComparerConfiguration configuration
)
public:
virtual ModelComparisonResult^ NormalizeComparisonResult(
ModelComparisonResult^ comparisonResult,
ModelStore^ sourceModel,
ModelStore^ targetModel,
ModelComparerConfiguration^ configuration
)
abstract NormalizeComparisonResult :
comparisonResult:ModelComparisonResult *
sourceModel:ModelStore *
targetModel:ModelStore *
configuration:ModelComparerConfiguration -> ModelComparisonResult
override NormalizeComparisonResult :
comparisonResult:ModelComparisonResult *
sourceModel:ModelStore *
targetModel:ModelStore *
configuration:ModelComparerConfiguration -> ModelComparisonResult
public function NormalizeComparisonResult(
comparisonResult : ModelComparisonResult,
sourceModel : ModelStore,
targetModel : ModelStore,
configuration : ModelComparerConfiguration
) : ModelComparisonResult
Parameter
- comparisonResult
Typ: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
Ein ModelComparisonResult-Objekt.
- sourceModel
Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
Ein ModelStore-Objekt, das das Quellmodell darstellt.
- targetModel
Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
Ein ModelStore-Objekt, das das Zielmodell darstellt.
- configuration
Typ: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
Ein ModelComparerConfiguration-Objekt.
Rückgabewert
Typ: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
Das normalisierte Vergleichsergebnis.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
SchemaCompareSettingsService Klasse