ToolsMenuItemBase.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the node in the hierarchy that owns the menu item.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

public virtual INodeInformation Parent { get; set; }
public:
property INodeInformation^ Parent {
    virtual INodeInformation^ get();
    virtual void set(INodeInformation^ value);
}
abstract Parent : INodeInformation with get, set
override Parent : INodeInformation with get, set
Public Overridable Property Parent As INodeInformation

Property Value

Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation

Returns the node in the hierarchy that owns the menu item.

Implements

IMenuItem.Parent

See Also

ToolsMenuItemBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top