Share via


MenuCommandEx Constructor (CommandID)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the MenuCommandEx class using a command identifier.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

public MenuCommandEx(
    CommandID commandId
)
public:
MenuCommandEx(
    CommandID^ commandId
)
new : 
        commandId:CommandID -> MenuCommandEx
Public Sub New (
    commandId As CommandID
)

Parameters

See Also

MenuCommandEx Class
Microsoft.DataWarehouse.Interfaces Namespace

Return to top