IDesignerDebugSession.ExecuteCommand 메서드

Executes command directly on the collection of key/value pairs.

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

구문

‘선언
Sub ExecuteCommand ( _
    args As IDictionary _
)
‘사용 방법
Dim instance As IDesignerDebugSession 
Dim args As IDictionary

instance.ExecuteCommand(args)
void ExecuteCommand(
    IDictionary args
)
void ExecuteCommand(
    IDictionary^ args
)
abstract ExecuteCommand : 
        args:IDictionary -> unit
function ExecuteCommand(
    args : IDictionary
)

매개 변수

참고 항목

참조

IDesignerDebugSession 인터페이스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스