Interface IVSTAScriptComponentUI
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the IVSTA script component user interface.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (em Microsoft.SqlServer.TxScript.dll)
Sintaxe
'Declaração
Public Interface IVSTAScriptComponentUI
'Uso
Dim instance As IVSTAScriptComponentUI
public interface IVSTAScriptComponentUI
public interface class IVSTAScriptComponentUI
type IVSTAScriptComponentUI = interface end
public interface IVSTAScriptComponentUI
O tipo IVSTAScriptComponentUI expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
CloseIDE | Infraestrutura. Closes the integrated development environment. | |
GetUniqueVSTAProjectName | Infraestrutura. Gets the unique VSTA project name. | |
SaveScriptProject | Infraestrutura. Saves the script project. | |
ShowIDE | Infraestrutura. Shows the integrated development project. |
Início