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