Dela via


IDtsVariableService Interface

Accesses existing variables or creates new variables in a package.

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

Syntax

'Declaration
Public Interface IDtsVariableService
'Usage
Dim instance As IDtsVariableService
public interface IDtsVariableService
public interface class IDtsVariableService
type IDtsVariableService =  interface end
public interface IDtsVariableService

Methods

  Name Description
Public method PromptAndCreateVariable(IWin32Window, DtsContainer) Creates a new variable.
Public method 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.
Public method 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.

Top