IScriptingSession Interface

 

Releases the allocated resources within the Scripting session.

Namespace:   Microsoft.SqlServer.Management.Scripting
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class IScriptingSession : ISfcScriptCollector, 
	IDisposable

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodOpenWriter<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.)

System_CAPS_pubmethodOpenWriter<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.)

Return to top
Show: