IModelProvider Interface
Represents the model provider.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IModelProvider
'Usage
Dim instance As IModelProvider
public interface IModelProvider
public interface class IModelProvider
public interface IModelProvider
[<AbstractClassAttribute>]
type IModelProvider = interface end
Remarks
The schema compare engine uses two IModelProvider objects (source and target) to do a comparison.