语言

IDtsVariableService 接口

定义

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

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)

提示,然后创建一个新变量。

适用于