Share via


IDesignerDebugSession.ExecuteCommand Method

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

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Sub ExecuteCommand ( _
    args As IDictionary _
)
'Usage
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
)

Parameters

See Also

Reference

IDesignerDebugSession Interface

Microsoft.DataWarehouse.Interfaces.Debugger Namespace