IScriptingSession 介面

定義

在腳本會話中釋放分配的資源。

public interface class IScriptingSession : IDisposable, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScriptCollector
public interface IScriptingSession : IDisposable, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScriptCollector
type IScriptingSession = interface
    interface ISfcScriptCollector
    interface IDisposable
Public Interface IScriptingSession
Implements IDisposable, ISfcScriptCollector
實作

方法

名稱 Description
OpenWriter<T>()

開啟指定類型的寫入器,可用來存取儲存的腳本。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcScriptCollector)
OpenWriter<T>(Boolean)

開啟或重新開啟指定類型的寫入者,該寫入者可用來存取儲存的腳本。 請勿在程式碼中直接提及此成員。 它支援 SQL Server 基礎架構。

(繼承來源 ISfcScriptCollector)

適用於