Partager via


Méthode IDtsVariableService.PromptAndCreateVariable (IWin32Window, DtsContainer, String, String, Type)

Prompts for and creates a variable for the specified window, container, and namespace. This method is a helper method for working with variables in a user interface.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Function PromptAndCreateVariable ( _
    parentWindow As IWin32Window, _
    dtsContainer As DtsContainer, _
    defaultName As String, _
    defaultNamespace As String, _
    defaultType As Type _
) As Variable
'Utilisation
Dim instance As IDtsVariableService 
Dim parentWindow As IWin32Window 
Dim dtsContainer As DtsContainer 
Dim defaultName As String 
Dim defaultNamespace As String 
Dim defaultType As Type 
Dim returnValue As Variable 

returnValue = instance.PromptAndCreateVariable(parentWindow, _
    dtsContainer, defaultName, defaultNamespace, _
    defaultType)
Variable PromptAndCreateVariable(
    IWin32Window parentWindow,
    DtsContainer dtsContainer,
    string defaultName,
    string defaultNamespace,
    Type defaultType
)
Variable^ PromptAndCreateVariable(
    IWin32Window^ parentWindow, 
    DtsContainer^ dtsContainer, 
    String^ defaultName, 
    String^ defaultNamespace, 
    Type^ defaultType
)
abstract PromptAndCreateVariable : 
        parentWindow:IWin32Window * 
        dtsContainer:DtsContainer * 
        defaultName:string * 
        defaultNamespace:string * 
        defaultType:Type -> Variable
function PromptAndCreateVariable(
    parentWindow : IWin32Window, 
    dtsContainer : DtsContainer, 
    defaultName : String, 
    defaultNamespace : String, 
    defaultType : Type
) : Variable

Paramètres

  • defaultName
    Type : System.String
    The default name of the variable.
  • defaultNamespace
    Type : System.String
    The default namespace that the variable will belong in.
  • defaultType
    Type : System.Type
    The default type of the variable.

Valeur de retour

Type : Microsoft.SqlServer.Dts.Runtime.Variable
A new Variable instance.

Voir aussi

Référence

IDtsVariableService Interface

Surcharge PromptAndCreateVariable

Espace de noms Microsoft.SqlServer.Dts.Runtime.Design