IDtsVariableService 接口

Accesses existing variables or creates new variables in a package.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Design
程序集:  Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)

语法

声明
Public Interface IDtsVariableService
用法
Dim instance As IDtsVariableService
public interface IDtsVariableService
public interface class IDtsVariableService
type IDtsVariableService =  interface end
public interface IDtsVariableService

方法

  名称 说明
公共方法 PromptAndCreateVariable(IWin32Window, DtsContainer) 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.

页首