IDtsVariableService 接口

定义

访问现有变量或在包中创建新变量。

public interface class IDtsVariableService
public interface IDtsVariableService
type IDtsVariableService = interface
Public Interface IDtsVariableService

方法

PromptAndCreateVariable(IWin32Window, DtsContainer)

提示并然后创建新变量。

PromptAndCreateVariable(IWin32Window, DtsContainer, String)

提示然后为指定的窗口和容器创建变量。 此方法是用于处理用户界面中的变量的帮助器方法。

PromptAndCreateVariable(IWin32Window, DtsContainer, String, String, Type)

提示然后为指定的窗口、容器和命名空间创建变量。 此方法是用于处理用户界面中的变量的帮助器方法。

适用于