IDtsVariableService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accesses existing variables or creates new variables in a package.
public interface class IDtsVariableService
public interface IDtsVariableService
type IDtsVariableService = interface
Public Interface IDtsVariableService
Methods
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. |
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. |
PromptAndCreateVariable(IWin32Window, DtsContainer) |
Prompts for and then creates a new variable. |