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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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. | |
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
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace