Bagikan melalui


DatabaseSchemaViewRootNode Class

Represents the root node of the Schema View hierarchy.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewNode
    Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewFolderNode
      Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.DatabaseSchemaViewRootNode

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class DatabaseSchemaViewRootNode _
    Inherits DatabaseSchemaViewFolderNode _
    Implements ISchemaModelViewerRootNode
[CLSCompliantAttribute(false)]
public class DatabaseSchemaViewRootNode : DatabaseSchemaViewFolderNode, 
    ISchemaModelViewerRootNode
[CLSCompliantAttribute(false)]
public ref class DatabaseSchemaViewRootNode : public DatabaseSchemaViewFolderNode, 
    ISchemaModelViewerRootNode
[<CLSCompliantAttribute(false)>]
type DatabaseSchemaViewRootNode =  
    class
        inherit DatabaseSchemaViewFolderNode
        interface ISchemaModelViewerRootNode
    end
public class DatabaseSchemaViewRootNode extends DatabaseSchemaViewFolderNode implements ISchemaModelViewerRootNode

The DatabaseSchemaViewRootNode type exposes the following members.

Constructors

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

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 controller that is responsible for this Schema View node. (Inherited from DatabaseSchemaViewNode.)
Public property DatabaseProjectNode Gets or sets the database project node to which this Schema View node belongs. (Inherited from DatabaseSchemaViewNode.)
Public property IsExpandable Gets or sets a value that indicates whether this node is expandable. (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 Gets an instance of SchemaViewRootNodeProperties. (Overrides DatabaseSchemaViewFolderNode.PropertiesObject.)
Public property Sorter Gets or sets the comparison delegate to use when Schema View sorts items. (Inherited from DatabaseSchemaViewNode.)
Public property Tag Gets or sets the object that can provide extra information about the Schema View node. (Inherited from DatabaseSchemaViewNode.)

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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetChildren Returns the list of 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 hierarchy node that is contained as being "in use" by 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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

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