ISchemaHierarchyGenerator.DataSchemaModel Property
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Property DataSchemaModel As DataSchemaModel
Get
Set
'Usage
Dim instance As ISchemaHierarchyGenerator
Dim value As DataSchemaModel
value = instance.DataSchemaModel
instance.DataSchemaModel = value
DataSchemaModel DataSchemaModel { get; set; }
property DataSchemaModel^ DataSchemaModel {
DataSchemaModel^ get ();
void set (DataSchemaModel^ value);
}
function get DataSchemaModel () : DataSchemaModel
function set DataSchemaModel (value : DataSchemaModel)
abstract DataSchemaModel : DataSchemaModel with get, set
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
ISchemaHierarchyGenerator Interface