Interface IDtsVariableService
Accesses existing variables or creates new variables in a package.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Design
Assembly : Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Syntaxe
'Déclaration
Public Interface IDtsVariableService
'Utilisation
Dim instance As IDtsVariableService
public interface IDtsVariableService
public interface class IDtsVariableService
type IDtsVariableService = interface end
public interface IDtsVariableService
Méthodes
Nom | Description | |
---|---|---|
PromptAndCreateVariable(IWin32Window, DtsContainer) | Prompts for and then creates a new variable. | |
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, 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. |
Haut de la page