Share via


ScriptFactory.CreateNewBlankScript Method

Include Protected Members
Include Inherited Members

Creates and opens a new blank script.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CreateNewBlankScript(ScriptType) Creates and opens new blank script of type of editor that is implemented by the assembly. The new script is added to the miscellaneous project.
Public method CreateNewBlankScript(ScriptType, IVsProject) Creates and opens new blank script of type of editor that is implemented by the assembly. The new script is added to the specified project.
Public method CreateNewBlankScript(ScriptType, UIConnectionGroupInfo, IDbConnection) Creates and opens new blank script of type of editor that is implemented by the assembly. The new script is added to the miscellaneous project.
Public method CreateNewBlankScript(ScriptType, UIConnectionInfo, IDbConnection) Creates and opens new blank script of type of editor that is implemented by the assembly. The new script is added to the miscellaneous project.
Public method CreateNewBlankScript(ScriptType, IVsProject, UIConnectionGroupInfo, IDbConnection) Creates and opens new blank script of type of editor that is implemented by the assembly. The new script is added to the specified project.
Public method CreateNewBlankScript(ScriptType, IVsProject, UIConnectionInfo, IDbConnection) Creates and opens new blank script of type of editor that is implemented by the assembly. The new script is added to the specified project.

Top

See Also

Reference

ScriptFactory Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace