메소드 | 설명 | |
---|---|---|
Publish ( |
||
SProcPublisher ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IDacPackageServices dacServices ) : System |
메소드 | 설명 | |
---|---|---|
CreateDacPac ( |
||
PublishToDacPac ( |
Packages stored procedures into a DACPAC.
|
|
PublishToDatabase ( |
Packages stored procedures into a DACPAC and then publishes it to the database.
|
|
PublishToProject ( |
Generates SQL files for stored procedures as well as publishing scripts and then adds them to the target database project.
|
public Publish ( |
||
settings | ||
sprocFiles | IEnumerable |
|
리턴 | void |
public SProcPublisher ( IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IDacPackageServices dacServices ) : System | ||
appShell | IApplicationShell | |
pss | IProjectSystemServices | |
fs | IFileSystem | |
dacServices | IDacPackageServices | |
리턴 | System |