MenuCommandEx Constructor

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

'Declaration
Public Sub New ( _
    commandId As CommandID _
)
'Usage
Dim commandId As CommandID 

Dim instance As New MenuCommandEx(commandId)
public MenuCommandEx(
    CommandID commandId
)
public:
MenuCommandEx(
    CommandID^ commandId
)
new : 
        commandId:CommandID -> MenuCommandEx
public function MenuCommandEx(
    commandId : CommandID
)

Parameters

See Also

Reference

MenuCommandEx Class

Microsoft.DataWarehouse.Interfaces Namespace