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

Inheritance: ConfigurationSettingCommand
Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
AddDbConnectionCommand ( IDbConnectionService dbcs, IProjectSystemServices pss, IProjectConfigurationSettingsProvider pcsp, IRInteractiveWorkflow workflow ) : Microsoft.VisualStudio.R.Package.Commands

Protected Methods

Method Description
Handle ( ) : void

Method Details

AddDbConnectionCommand() public method

public AddDbConnectionCommand ( IDbConnectionService dbcs, IProjectSystemServices pss, IProjectConfigurationSettingsProvider pcsp, IRInteractiveWorkflow workflow ) : Microsoft.VisualStudio.R.Package.Commands
dbcs IDbConnectionService
pss IProjectSystemServices
pcsp IProjectConfigurationSettingsProvider
workflow IRInteractiveWorkflow
return Microsoft.VisualStudio.R.Package.Commands

Handle() protected method

protected Handle ( ) : void
return void