Sdílet prostřednictvím


SchemaCompareSettingsService.ModelInformation – vlastnost

Při přepsání v odvozené třídě získá nebo nastaví objekt schématu modelu informace.

Obor názvů:  Microsoft.Data.Schema.Tools.Compare.Schema
Sestavení:  Microsoft.Data.Schema.Tools (v Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
Informace o schématu modelu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SchemaCompareSettingsService Třída

Microsoft.Data.Schema.Tools.Compare.Schema – obor názvů

SchemaCompareModelInformation