Partager via


Constructeur MenuCommandEx

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    commandId As CommandID _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

MenuCommandEx Classe

Espace de noms Microsoft.DataWarehouse.Interfaces