Compartilhar via


Interface IDtsVariableService

Accesses existing variables or creates new variables in a package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
Public Interface IDtsVariableService
'Uso
Dim instance As IDtsVariableService
public interface IDtsVariableService
public interface class IDtsVariableService
type IDtsVariableService =  interface end
public interface IDtsVariableService

Métodos

  Nome Descrição
Método público PromptAndCreateVariable(IWin32Window, DtsContainer) Prompts for and then creates a new variable.
Método público PromptAndCreateVariable(IWin32Window, DtsContainer, String) Prompts for and then creates a variable for a specified window and container. This method is a helper method for working with variables in a user interface.
Método público PromptAndCreateVariable(IWin32Window, DtsContainer, String, String, Type) Prompts for and creates a variable for the specified window, container, and namespace. This method is a helper method for working with variables in a user interface.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Design