Share via


IDesignerDebugSession.ExecuteCommand Method (IDictionary)

 

Applies To: SQL Server 2016 Preview

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

void ExecuteCommand(
    IDictionary args
)
void ExecuteCommand(
    IDictionary^ args
)
abstract ExecuteCommand : 
        args:IDictionary -> unit
Sub ExecuteCommand (
    args As IDictionary
)

Parameters

See Also

IDesignerDebugSession Interface
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top