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
)
매개 변수
- args
유형: System.Collections.IDictionary
The arguments.