Clase VstaHelper

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Contains helper functions used by Visual Studio Tools for Applications (VSTA) for building a Script task project.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.IntegrationServices.VSTA.VstaHelper

Espacio de nombres:  Microsoft.SqlServer.IntegrationServices.VSTA
Ensamblado:  Microsoft.SqlServer.IntegrationServices.VSTA (en Microsoft.SqlServer.IntegrationServices.VSTA.dll)

Sintaxis

'Declaración
Public Class VstaHelper
'Uso
Dim instance As VstaHelper
public class VstaHelper
public ref class VstaHelper
type VstaHelper =  class end
public class VstaHelper

El tipo VstaHelper expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público VstaHelper Infraestructura. Initializes a new instance of the VstaHelper class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública SupportDebug Infraestructura. Gets or sets a value that indicates whether debugging is supported.

Arriba

Métodos

  Nombre Descripción
Método público AddFileToProject Indicates whether the file is added to the project.
Método público Build Infraestructura. Builds the assembly for the project.
Método público CleanUp Infraestructura. Cleans up the data cache used by the last build process.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetAssemblyBytes Infraestructura. Gets the assembly bytes generated during the build process.
Método público GetBuildErrors Infraestructura. Gets the build errors from the specified configuration.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Initalize Infraestructura. Initializes the project with default code and settings based on the applied configuration.
Método público LoadNewProject Infraestructura. Loads a new project.
Método público LoadProjectFromFolder Infraestructura. Loads an existing project from the specified folder.
Método público LoadProjectFromStorage Infraestructura. Loads an existing project from the specified storage.
Método público LoadVSAProject Infraestructura. Loads VSA project from the storage.
Método público LoadVSTA2Project Infraestructura. Loads a VSTA project.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público SaveProjectToStorage Infraestructura. Saves the project to the specified storage.
Método público ShowIde Infraestructura. Launches the project in the integrated development environment (IDE).
Método público StartDebugging Infraestructura. Starts the project debugging.
Método público StopDebugging Infraestructura. Stops the project debugging.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.IntegrationServices.VSTA