MenuCommandEx 생성자

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

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

네임스페이스:  Microsoft.DataWarehouse.Interfaces
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Sub New ( _
    commandId As CommandID _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

MenuCommandEx 클래스

Microsoft.DataWarehouse.Interfaces 네임스페이스