Interface IVSTAScriptComponentUI
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents the IVSTA script component user interface.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)
Syntaxe
'Déclaration
Public Interface IVSTAScriptComponentUI
'Utilisation
Dim instance As IVSTAScriptComponentUI
public interface IVSTAScriptComponentUI
public interface class IVSTAScriptComponentUI
type IVSTAScriptComponentUI = interface end
public interface IVSTAScriptComponentUI
Le type IVSTAScriptComponentUI expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CloseIDE | Infrastructure. Closes the integrated development environment. | |
GetUniqueVSTAProjectName | Infrastructure. Gets the unique VSTA project name. | |
SaveScriptProject | Infrastructure. Saves the script project. | |
ShowIDE | Infrastructure. Shows the integrated development project. |
Haut de la page