IScriptingSession Interface

Definition

Releases the allocated resources within the Scripting session.

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
Implements

Methods

OpenWriter<T>()

Opens a writer of the specified type that can be used to access the stored scripts. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

(Inherited from ISfcScriptCollector)
OpenWriter<T>(Boolean)

Opens or reopens a writer of the specified type that can be used to access the stored scripts. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

(Inherited from ISfcScriptCollector)

Applies to