Skip to content

Commit 3526447

Browse files
committed
(FM-2110) sqlserver_tsql docs
1 parent 4ee26bf commit 3526447

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ For more information about installer switches and configuration, see the links b
154154
* [Installer Switches](https://msdn.microsoft.com/en-us/library/ms144259.aspx)
155155
* [Configuration File](https://msdn.microsoft.com/en-us/library/dd239405.aspx)
156156

157+
####sqlserver_tsql
158+
* `command`: The TSQL statement to execute.
159+
* `onlyif`: TSQL to execute as a check to see if we should proceed and run the command parameter, should encounter a throw or error to trigger
160+
* `instance`: The SQL Server instance you want to execute against.
161+
157162
### Defined Types
158163

159164
#### `sqlserver::config`

0 commit comments

Comments
 (0)