DatabaseSchemaViewRootNode Class

Represents the root node of the hierarchy.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewNode
    Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewFolderNode
      Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewRootNode

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

DatabaseSchemaViewRootNode Members

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