DatabaseSchemaViewRootNode Members

Include Protected Members
Include Inherited Members

Represents the root node of the hierarchy.

The DatabaseSchemaViewRootNode type exposes the following members.

Constructors

  Name Description
Public method DatabaseSchemaViewRootNode Initializes a new instance of the DatabaseSchemaViewRootNode class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetChildren Returns a list of the children of this node. (Inherited from DatabaseSchemaViewNode.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetIcon Returns the icon for the project node. (Overrides DatabaseSchemaViewFolderNode.GetIcon(Boolean).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InUse Marks the node (and the contained hierarchy node) as being used or not in the schema view. (Inherited from DatabaseSchemaViewNode.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Caption Gets or sets the caption of the project node, unless caption override is used. (Overrides DatabaseSchemaViewNode.Caption.)
Public property Controller Gets or sets the owning schema view controller. (Inherited from DatabaseSchemaViewNode.)
Public property DatabaseProjectNode Gets or sets the project node parent. (Inherited from DatabaseSchemaViewNode.)
Public property IsExpandable Gets or sets whether this node can have children. (Inherited from DatabaseSchemaViewNode.)
Public property NodeTypeId Gets or sets the node type ID. (Inherited from DatabaseSchemaViewNode.)
Public property OwningElement Gets or sets the owning element of the folder. (Inherited from DatabaseSchemaViewFolderNode.)
Public property Parent Gets or sets the parent node. (Inherited from DatabaseSchemaViewNode.)
Public property Populator Gets or sets the populator delegate. (Inherited from DatabaseSchemaViewNode.)
Public property PropertiesObject Returns an instance of DatabaseSchemaViewRootNodeProperties. (Overrides DatabaseSchemaViewFolderNode.PropertiesObject.)
Public property Sorter Gets or sets the comparison delegate to use when sorting items. (Inherited from DatabaseSchemaViewNode.)
Public property Tag Gets or sets the extra node information object. (Inherited from DatabaseSchemaViewNode.)

Top

See Also

Reference

DatabaseSchemaViewRootNode Class

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace