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.
Vergleicht zwei Elemente.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function Compare ( _
sourceElement As IModelElement, _
targetElement As IModelElement, _
configuration As ModelComparerConfiguration _
) As ModelComparisonResult
public ModelComparisonResult Compare(
IModelElement sourceElement,
IModelElement targetElement,
ModelComparerConfiguration configuration
)
public:
ModelComparisonResult^ Compare(
IModelElement^ sourceElement,
IModelElement^ targetElement,
ModelComparerConfiguration^ configuration
)
member Compare :
sourceElement:IModelElement *
targetElement:IModelElement *
configuration:ModelComparerConfiguration -> ModelComparisonResult
public function Compare(
sourceElement : IModelElement,
targetElement : IModelElement,
configuration : ModelComparerConfiguration
) : ModelComparisonResult
Parameter
- sourceElement
Typ: Microsoft.Data.Schema.SchemaModel.IModelElement
Element aus dem Quellmodell
- targetElement
Typ: Microsoft.Data.Schema.SchemaModel.IModelElement
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.