Share via


SchemaCompareModelProviderBase.ModelInformation Property

When implemented in a derived class, gets the current model information.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ModelInformation As SchemaCompareModelInformation
public virtual SchemaCompareModelInformation ModelInformation { get; }
public:
virtual property SchemaCompareModelInformation^ ModelInformation {
    SchemaCompareModelInformation^ get ();
}
abstract ModelInformation : SchemaCompareModelInformation
override ModelInformation : SchemaCompareModelInformation
function get ModelInformation () : SchemaCompareModelInformation

Property Value

Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
The model information.

Implements

ISchemaCompareModelProvider.ModelInformation

.NET Framework Security

See Also

Reference

SchemaCompareModelProviderBase Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

SchemaCompareModelInformation