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

Inheritance: ConfigurationSettingCommand
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Handle ( ) : void

Method Details

AddDbConnectionCommand() public méthode

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

Handle() protected méthode

protected Handle ( ) : void
Résultat void