IDtsVariableService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
访问现有变量或在包中创建新变量。
public interface class IDtsVariableService
public interface IDtsVariableService
type IDtsVariableService = interface
Public Interface IDtsVariableService
方法
| 名称 | 说明 |
|---|---|
| PromptAndCreateVariable(IWin32Window, DtsContainer, String, String, Type) |
提示并创建指定的窗口、容器和命名空间变量。 该方法是一种辅助方法,用于在用户界面中处理变量。 |
| PromptAndCreateVariable(IWin32Window, DtsContainer, String) |
提示并创建指定窗口和容器的变量。 该方法是一种辅助方法,用于在用户界面中处理变量。 |
| PromptAndCreateVariable(IWin32Window, DtsContainer) |
提示,然后创建一个新变量。 |