PromptAndCreateVariable méthode (IWin32Window, DtsContainer)
Creates a new variable.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Design
Assembly : Microsoft.SqlServer.Dts.Design (dans Microsoft.SqlServer.Dts.Design.dll)
Syntaxe
'Déclaration
Function PromptAndCreateVariable ( _
parentWindow As IWin32Window, _
dtsContainer As DtsContainer _
) As Variable
'Utilisation
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
Paramètres
- parentWindow
Type : System.Windows.Forms. . :: . .IWin32Window
The System.Windows.Forms.IWin32Window of the designer.
- dtsContainer
Type : Microsoft.SqlServer.Dts.Runtime. . :: . .DtsContainer
The default container that the variable belongs to.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime. . :: . .Variable
A Variable.