Add SDK sql project template (#18058)

* add sdk style project template

* update description and order

* update template

* update template and add link

* remove ToolsVersion and xmlns from project node

* update template name to SQL Database (SDK)
This commit is contained in:
Kim Santiago
2022-01-19 10:08:47 -08:00
committed by GitHub
parent 8378e89639
commit 967cd2b102
7 changed files with 54 additions and 4 deletions

View File

@@ -129,6 +129,16 @@ declare module 'dataworkspace' {
* Gets the default target platform
*/
readonly defaultTargetPlatform?: string;
/**
* Link display value for a link at the end of the project description. linkLocation also needs to be set to use this
*/
readonly linkDisplayValue?: string;
/**
* Location where clicking on the linkDisplayValue will go to
*/
readonly linkLocation?: string
}
/**