TFS Build Extensions Help (v1.0.0.6) |
SqlExecute Members |
SqlExecute Class Constructors Properties See Also Send Feedback |
The SqlExecute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlExecute |
Properties
Name | Description | |
---|---|---|
Action |
Specifies the action to perform
| |
CommandTimeout |
Sets the timeout in seconds. Default is 30
| |
ConnectionString |
Sets the connection string to use for executing the Sql or Files
| |
Files |
Sets the files to execute
| |
Parameters |
Sets the parameters to substitute at execution time
| |
RawReaderResult |
Gets the raw output from the reader
| |
Retry |
Specifies whether files should be re-executed if they initially fail
| |
ScalarResult |
Gets the scalar result
| |
Sql |
Sets the Sql to execute
| |
UseTransaction |
Set to true to run the sql within a transaction
|