SfcTSqlScript Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class SfcTSqlScript : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
type SfcTSqlScript = class
interface ISfcScript
Public Class SfcTSqlScript
Implements ISfcScript
- Inheritance
-
SfcTSqlScript
- Implements
Constructors
SfcTSqlScript() | |
SfcTSqlScript(String) |
Properties
ExecutionMode |
Will set the execution mode of the script. DC needs this to set the execution mode to return a result set |
ExecutionType |
Will set the execution type of the script. IS needs this to run multiple batches in one execution |
Methods
AddBatch(String) | |
GetScript() | |
ToString() |
Explicit Interface Implementations
ISfcScript.Add(ISfcScript) |