Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current schema model comparison provider.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Property ModelProvider As ISchemaCompareModelProvider
protected ISchemaCompareModelProvider ModelProvider { get; private set; }
protected:
property ISchemaCompareModelProvider^ ModelProvider {
ISchemaCompareModelProvider^ get ();
private: void set (ISchemaCompareModelProvider^ value);
}
member ModelProvider : ISchemaCompareModelProvider with get, private set
function get ModelProvider () : ISchemaCompareModelProvider
private function set ModelProvider (value : ISchemaCompareModelProvider)
Property Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
The current model provider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaCompareExcludedElement Class