DatabaseSchemaViewElementNode Class

Represents the element node.

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 DatabaseSchemaViewElementNode _
    Inherits DatabaseSchemaViewNode _
    Implements IDatabaseSchemaViewElementNode, IDatabaseSchemaViewNode
'Usage
Dim instance As DatabaseSchemaViewElementNode
[CLSCompliantAttribute(false)]
public class DatabaseSchemaViewElementNode : DatabaseSchemaViewNode, 
    IDatabaseSchemaViewElementNode, IDatabaseSchemaViewNode
[CLSCompliantAttribute(false)]
public ref class DatabaseSchemaViewElementNode : public DatabaseSchemaViewNode, 
    IDatabaseSchemaViewElementNode, IDatabaseSchemaViewNode
public class DatabaseSchemaViewElementNode extends DatabaseSchemaViewNode implements IDatabaseSchemaViewElementNode, IDatabaseSchemaViewNode
[<CLSCompliantAttribute(false)>]
type DatabaseSchemaViewElementNode =  
    class
        inherit DatabaseSchemaViewNode
        interface IDatabaseSchemaViewElementNode
        interface IDatabaseSchemaViewNode
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewNode
    Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.DatabaseSchemaViewElementNode

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

DatabaseSchemaViewElementNode Members

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