ISchemaCompareModelProvider.ModelInformation-Eigenschaft

Ruft die Modellinformationen zum aktuellen Datenbankmodell ab.

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
    Get
SchemaCompareModelInformation ModelInformation { get; }
property SchemaCompareModelInformation^ ModelInformation {
    SchemaCompareModelInformation^ get ();
}
abstract ModelInformation : SchemaCompareModelInformation
function get ModelInformation () : SchemaCompareModelInformation

Eigenschaftswert

Typ: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
Informationen über das Modell.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISchemaCompareModelProvider Schnittstelle

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

ModelInformation