IDtsVariableService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
访问现有变量或在包中创建新变量。
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) |
提示然后为指定的窗口、容器和命名空间创建变量。 此方法是用于处理用户界面中的变量的帮助器方法。 |