SchemaCompareSettingsService.ModelInformation 属性

在派生类中重写时,获取或设置架构模型信息对象。

命名空间:  Microsoft.Data.Schema.Tools.Compare.Schema
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
架构模型信息。

.NET Framework 安全性

请参见

参考

SchemaCompareSettingsService 类

Microsoft.Data.Schema.Tools.Compare.Schema 命名空间

SchemaCompareModelInformation