IScriptingSession 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在腳本會話中釋放分配的資源。
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) |