IScriptingService Interface

 

Provides the access to the scripting service.

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

[GuidAttribute("CA019366-3FD5-4f6b-83CB-ED6BFC418DBE")]
[ComVisibleAttribute(true)]
public interface class IScriptingService

NameDescription
System_CAPS_pubpropertyScriptCollectors

Gets the list of all ScriptCollectors registered in the system.

NameDescription
System_CAPS_pubmethodGetCompatibleCollectors(String^)

Enumerates all the Script Collectors that are compatible with the content type.

System_CAPS_pubmethodOpenSession(IScriptCollectorInfo^, IContext^)

Sets a method that opens a new Scripting session.

Return to top
Show: