SchemaCompareFileBasedModelProvider.ModelInformation Property
Gets the model information for the current model provider.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ModelInformation As SchemaCompareModelInformation
public override SchemaCompareModelInformation ModelInformation { get; }
public:
virtual property SchemaCompareModelInformation^ ModelInformation {
SchemaCompareModelInformation^ get () override;
}
abstract ModelInformation : SchemaCompareModelInformation
override ModelInformation : SchemaCompareModelInformation
override function get ModelInformation () : SchemaCompareModelInformation
Property Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
The model information.
Implements
ISchemaCompareModelProvider.ModelInformation
.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
SchemaCompareFileBasedModelProvider Class
Microsoft.Data.Schema.Tools.Compare.Schema Namespace
ModelInformation