SchemaCompareProjectBasedModelProvider.ModelInformation Property
This member overrides SchemaCompareModelProviderBase.ModelInformation.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.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
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
SchemaCompareProjectBasedModelProvider Class
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace