SfcTSqlScript Class

Definition

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)

Applies to