Поделиться через


ModelComparer.Compare - метод (IModelElement, IModelElement, ModelComparerConfiguration)

Сравнивает два элемента.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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

Параметры

Возвращаемое значение

Тип: Microsoft.Data.Schema.SchemaModel.ModelComparisonResult

Безопасность платформы .NET Framework

См. также

Ссылки

ModelComparer Класс

Compare - перегрузка

Microsoft.Data.Schema.SchemaModel - пространство имен