SchemaCompareSettingsService.ModelInformation-Eigenschaft

Ruft beim Überschreiben in einer abgeleiteten Klasse das Objekt mit den Schemamodellinformationen ab bzw. legt es fest.

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

Syntax

'Declaration
Public Overridable Property ModelInformation As SchemaCompareModelInformation
    Get
    Set
public virtual SchemaCompareModelInformation ModelInformation { get; set; }
public:
virtual property SchemaCompareModelInformation^ ModelInformation {
    SchemaCompareModelInformation^ get ();
    void set (SchemaCompareModelInformation^ value);
}
abstract ModelInformation : SchemaCompareModelInformation with get, set
override ModelInformation : SchemaCompareModelInformation with get, set
function get ModelInformation () : SchemaCompareModelInformation
function set ModelInformation (value : SchemaCompareModelInformation)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareSettingsService Klasse

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

SchemaCompareModelInformation