C# Class Microsoft.VisualStudio.R.Package.Sql.AddDsnCommand

Inheritance: Microsoft.VisualStudio.R.Package.Commands.SessionCommand
Datei anzeigen Open project: Microsoft/RTVS

Public Methods

Method Description
AddDsnCommand ( IApplicationShell appShell, IRInteractiveWorkflow workflow ) : Microsoft.R.Components.InteractiveWorkflow

Protected Methods

Method Description
Handle ( ) : void

Method Details

AddDsnCommand() public method

public AddDsnCommand ( IApplicationShell appShell, IRInteractiveWorkflow workflow ) : Microsoft.R.Components.InteractiveWorkflow
appShell IApplicationShell
workflow IRInteractiveWorkflow
return Microsoft.R.Components.InteractiveWorkflow

Handle() protected method

protected Handle ( ) : void
return void