Share via


ISchemaCompareModelProvider.ModelInformation Property

Gets the model information about the current database model.

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

Syntax

'Declaration
ReadOnly Property ModelInformation As SchemaCompareModelInformation
SchemaCompareModelInformation ModelInformation { get; }
property SchemaCompareModelInformation^ ModelInformation {
    SchemaCompareModelInformation^ get ();
}
abstract ModelInformation : SchemaCompareModelInformation
function get ModelInformation () : SchemaCompareModelInformation

Property Value

Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
Information about the model.

.NET Framework Security

See Also

Reference

ISchemaCompareModelProvider Interface

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

ModelInformation