SqlExecute Properties

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The SqlExecute type exposes the following members.

Properties

  NameDescription
Public propertyAction
Specifies the action to perform
Public propertyCommandTimeout
Sets the timeout in seconds. Default is 30
Public propertyConnectionString
Sets the connection string to use for executing the Sql or Files
Public propertyFiles
Sets the files to execute
Public propertyParameters
Sets the parameters to substitute at execution time
Public propertyRawReaderResult
Gets the raw output from the reader
Public propertyRetry
Specifies whether files should be re-executed if they initially fail
Public propertyScalarResult
Gets the scalar result
Public propertySql
Sets the Sql to execute
Public propertyUseTransaction
Set to true to run the sql within a transaction

See Also