ToolsMenuItemBase.ItemId Property

 

Applies To: SQL Server 2016 Preview

Gets the item ID of the menu item.

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

Syntax

public int ItemId { get; }
public:
property int ItemId {
    virtual int get() sealed;
}
abstract ItemId : int with get
override ItemId : int with get
Public ReadOnly Property ItemId As Integer

Property Value

Type: System.Int32

An integer that represents the item ID of the menu item.

Implements

IMenuItem.ItemId

See Also

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

Return to top