次の方法で共有


IDtsVariableService.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

パラメーター

戻り値

型: Microsoft.SqlServer.Dts.Runtime.Variable
Variable の新しいインスタンスです。

関連項目

参照

IDtsVariableService インターフェイス

PromptAndCreateVariable オーバーロード

Microsoft.SqlServer.Dts.Runtime.Design 名前空間