메소드 | 설명 | |
---|---|---|
Generate ( SqlSProcPublishSettings settings, IEnumerable |
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 |
메소드 | 설명 | |
---|---|---|
CreatePostDeploymentScriptFile ( |
Generates SQL post deployment script that pushes R code into a table as well as
|
|
CreateRCodeTableFile ( |
Create SQL file that defines table template that will hold R code
|
|
CreateStoredProcedureFiles ( SqlSProcPublishSettings settings, IEnumerable |
public Generate ( SqlSProcPublishSettings settings, IEnumerable |
||
settings | SqlSProcPublishSettings | |
sprocFiles | IEnumerable |
|
targetProject | EnvDTE | |
리턴 | void |
public SProcProjectFilesGenerator ( IProjectSystemServices pss, IFileSystem fs ) : System.Collections.Generic | ||
pss | IProjectSystemServices | |
fs | IFileSystem | |
리턴 | System.Collections.Generic |