SchemaCompareModelProviderBase.ModelInformation-Eigenschaft

Ruft beim Implementieren in einer abgeleiteten Klasse die aktuellen Modellinformationen ab.

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
Die Modellinformationen.

Implementiert

ISchemaCompareModelProvider.ModelInformation

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareModelProviderBase Klasse

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

SchemaCompareModelInformation