PromptAndCreateVariable メソッド (IWin32Window, DtsContainer)
新しい変数を作成します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Design
アセンブリ: Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)
構文
'宣言
Function PromptAndCreateVariable ( _
parentWindow As IWin32Window, _
dtsContainer As DtsContainer _
) As Variable
'使用
Dim instance As IDtsVariableService
Dim parentWindow As IWin32Window
Dim dtsContainer As DtsContainer
Dim returnValue As Variable
returnValue = instance.PromptAndCreateVariable(parentWindow, _
dtsContainer)
Variable PromptAndCreateVariable(
IWin32Window parentWindow,
DtsContainer dtsContainer
)
Variable^ PromptAndCreateVariable(
IWin32Window^ parentWindow,
DtsContainer^ dtsContainer
)
abstract PromptAndCreateVariable :
parentWindow:IWin32Window *
dtsContainer:DtsContainer -> Variable
function PromptAndCreateVariable(
parentWindow : IWin32Window,
dtsContainer : DtsContainer
) : Variable
パラメーター
- parentWindow
型: System.Windows.Forms. . :: . .IWin32Window
デザイナの System.Windows.Forms.IWin32Window です。
- dtsContainer
型: Microsoft.SqlServer.Dts.Runtime. . :: . .DtsContainer
変数が属する既定のコンテナです。