IDtsVariableService.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.
命名空间: Microsoft.SqlServer.Dts.Runtime.Design
程序集: Microsoft.SqlServer.Dts.Design(在 Microsoft.SqlServer.Dts.Design.dll 中)
语法
声明
Function PromptAndCreateVariable ( _
parentWindow As IWin32Window, _
dtsContainer As DtsContainer, _
defaultName As String _
) As Variable
用法
Dim instance As IDtsVariableService
Dim parentWindow As IWin32Window
Dim dtsContainer As DtsContainer
Dim defaultName As String
Dim returnValue As Variable
returnValue = instance.PromptAndCreateVariable(parentWindow, _
dtsContainer, defaultName)
Variable PromptAndCreateVariable(
IWin32Window parentWindow,
DtsContainer dtsContainer,
string defaultName
)
Variable^ PromptAndCreateVariable(
IWin32Window^ parentWindow,
DtsContainer^ dtsContainer,
String^ defaultName
)
abstract PromptAndCreateVariable :
parentWindow:IWin32Window *
dtsContainer:DtsContainer *
defaultName:string -> Variable
function PromptAndCreateVariable(
parentWindow : IWin32Window,
dtsContainer : DtsContainer,
defaultName : String
) : Variable
参数
- parentWindow
类型:System.Windows.Forms.IWin32Window
The IWin32Window of the designer.
- dtsContainer
类型:Microsoft.SqlServer.Dts.Runtime.DtsContainer
The default container that the variable belongs to.
- defaultName
类型:System.String
The default name of the variable.
返回值
类型:Microsoft.SqlServer.Dts.Runtime.Variable
A new Variable instance.