ISchemaHierarchyGenerator.DataSchemaModel 属性

获取或设置架构管理器。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Property DataSchemaModel As DataSchemaModel
    Get
    Set
DataSchemaModel DataSchemaModel { get; set; }
property DataSchemaModel^ DataSchemaModel {
    DataSchemaModel^ get ();
    void set (DataSchemaModel^ value);
}
abstract DataSchemaModel : DataSchemaModel with get, set
function get DataSchemaModel () : DataSchemaModel
function set DataSchemaModel (value : DataSchemaModel)

属性值

类型:Microsoft.Data.Schema.SchemaModel.DataSchemaModel

.NET Framework 安全性

请参见

参考

ISchemaHierarchyGenerator 接口

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空间