The Execute object enables additional TSQL statements to be embedded within the stored procedure.
The Execute
object supports a number of properties that control the generated code output. The properties with a bold name are those that are more typically used (considered more important).
Property | Description |
---|---|
Statement |
The additional TSQL statement. |
Location |
The location of the statement in relation to the underlying primary stored procedure statement. Valid options are: Before , After . Defaults to After . |
Note: This markdown file is generated; any changes will be lost.