Delen via


ISchemaHierarchyGenerator.DataSchemaModel Property

Gets or sets the Schema Manager.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Property DataSchemaModel As DataSchemaModel
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)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

.NET Framework Security

See Also

Reference

ISchemaHierarchyGenerator Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace