Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Prompts for and then creates a new variable.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Function PromptAndCreateVariable ( _
parentWindow As IWin32Window, _
dtsContainer As DtsContainer _
) As Variable
'Usage
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
Parameter
- parentWindow
Typ: System.Windows.Forms.IWin32Window
The IWin32Window of the designer.
- dtsContainer
Typ: Microsoft.SqlServer.Dts.Runtime.DtsContainer
The default container that the variable belongs to.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Variable
A new Variable instance.
Siehe auch
Verweis
IDtsVariableService Schnittstelle