ModelComparer.Compare-Methode (ModelStore, ModelStore, ModelComparerConfiguration)
Vergleicht zwei Modelle mit einem übergebenen Filter.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function Compare ( _
source As ModelStore, _
target As ModelStore, _
configuration As ModelComparerConfiguration _
) As ModelComparisonResult
public ModelComparisonResult Compare(
ModelStore source,
ModelStore target,
ModelComparerConfiguration configuration
)
public:
ModelComparisonResult^ Compare(
ModelStore^ source,
ModelStore^ target,
ModelComparerConfiguration^ configuration
)
member Compare :
source:ModelStore *
target:ModelStore *
configuration:ModelComparerConfiguration -> ModelComparisonResult
public function Compare(
source : ModelStore,
target : ModelStore,
configuration : ModelComparerConfiguration
) : ModelComparisonResult
Parameter
- source
Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
Element aus dem Quellmodell
- target
Typ: Microsoft.Data.Schema.SchemaModel.ModelStore
Element aus dem Zielmodell
- configuration
Typ: Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
Für diesen Vergleich definierter Filter
Rückgabewert
Typ: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult
.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.