SchemaHierarchyBase.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
Public Property DataSchemaModel As DataSchemaModel
public DataSchemaModel DataSchemaModel { get; set; }
public:
property DataSchemaModel^ DataSchemaModel {
DataSchemaModel^ get ();
void set (DataSchemaModel^ value);
}
member 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace