다음을 통해 공유


IDtsVariableService.PromptAndCreateVariable 메서드 (IWin32Window, DtsContainer)

Prompts for and then creates a new variable.

네임스페이스:  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
A new Variable instance.

참고 항목

참조

IDtsVariableService 인터페이스

PromptAndCreateVariable 오버로드

Microsoft.SqlServer.Dts.Runtime.Design 네임스페이스