C# Class Microsoft.VisualStudio.R.Package.Sql.Publish.SProcProjectFilesGenerator

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

Méthodes publiques

Méthode Description
Generate ( SqlSProcPublishSettings settings, IEnumerable sprocFiles, EnvDTE targetProject ) : void

Generates SQL scripts for the deployment of R code into SQL database. Writes scripts to files and pushes files into the target database project.

SProcProjectFilesGenerator ( IProjectSystemServices pss, IFileSystem fs ) : System.Collections.Generic

Private Methods

Méthode Description
CreatePostDeploymentScriptFile ( SqlSProcPublishSettings settings, EnvDTE targetProject, string targetFolder, EnvDTE targetProjectItem, SProcMap sprocMap ) : void

Generates SQL post deployment script that pushes R code into a table as well as

CreateRCodeTableFile ( SqlSProcPublishSettings settings, EnvDTE targetProject, string targetFolder, EnvDTE targetProjectItem ) : void

Create SQL file that defines table template that will hold R code

CreateStoredProcedureFiles ( SqlSProcPublishSettings settings, IEnumerable sprocFiles, string targetFolder, EnvDTE targetProjectItem ) : SProcMap

Method Details

Generate() public méthode

Generates SQL scripts for the deployment of R code into SQL database. Writes scripts to files and pushes files into the target database project.
public Generate ( SqlSProcPublishSettings settings, IEnumerable sprocFiles, EnvDTE targetProject ) : void
settings SqlSProcPublishSettings
sprocFiles IEnumerable
targetProject EnvDTE
Résultat void

SProcProjectFilesGenerator() public méthode

public SProcProjectFilesGenerator ( IProjectSystemServices pss, IFileSystem fs ) : System.Collections.Generic
pss IProjectSystemServices
fs IFileSystem
Résultat System.Collections.Generic