SfcTSqlScript 類別

定義

public class SfcTSqlScript : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
type SfcTSqlScript = class
    interface ISfcScript
Public Class SfcTSqlScript
Implements ISfcScript
繼承
SfcTSqlScript
實作

建構函式

名稱 Description
SfcTSqlScript()
SfcTSqlScript(String)

屬性

名稱 Description
ExecutionMode

會設定腳本的執行模式。 DC 需要這個設定來設定執行模式以回傳結果集

ExecutionType

會設定腳本的執行類型。 IS 需要這樣才能在同一次執行中執行多個批次

方法

名稱 Description
AddBatch(String)
GetScript()
ToString()

明確介面實作

名稱 Description
ISfcScript.Add(ISfcScript)

適用於