IDtsVariableService.PromptAndCreateVariable Méthode

Définition

Invite pour et crée ensuite une nouvelle variable.

Surcharges

Nom Description
PromptAndCreateVariable(IWin32Window, DtsContainer)

Invite pour et crée ensuite une nouvelle variable.

PromptAndCreateVariable(IWin32Window, DtsContainer, String)

Invite pour et crée ensuite une variable pour une fenêtre et un conteneur spécifiés. Cette méthode est une méthode d’assistance pour travailler avec des variables dans une interface utilisateur.

PromptAndCreateVariable(IWin32Window, DtsContainer, String, String, Type)

Invite pour et crée une variable pour la fenêtre, le conteneur et l’espace de noms spécifiés. Cette méthode est une méthode d’assistance pour travailler avec des variables dans une interface utilisateur.

PromptAndCreateVariable(IWin32Window, DtsContainer)

Invite pour et crée ensuite une nouvelle variable.

public:
 Microsoft::SqlServer::Dts::Runtime::Variable ^ PromptAndCreateVariable(System::Windows::Forms::IWin32Window ^ parentWindow, Microsoft::SqlServer::Dts::Runtime::DtsContainer ^ dtsContainer);
public Microsoft.SqlServer.Dts.Runtime.Variable PromptAndCreateVariable(System.Windows.Forms.IWin32Window parentWindow, Microsoft.SqlServer.Dts.Runtime.DtsContainer dtsContainer);
abstract member PromptAndCreateVariable : System.Windows.Forms.IWin32Window * Microsoft.SqlServer.Dts.Runtime.DtsContainer -> Microsoft.SqlServer.Dts.Runtime.Variable
Public Function PromptAndCreateVariable (parentWindow As IWin32Window, dtsContainer As DtsContainer) As Variable

Paramètres

parentWindow
IWin32Window

Celle IWin32Window du designer.

dtsContainer
DtsContainer

Le conteneur par défaut auquel appartient la variable.

Retours

Nouvelle Variable instance.

S’applique à

PromptAndCreateVariable(IWin32Window, DtsContainer, String)

Invite pour et crée ensuite une variable pour une fenêtre et un conteneur spécifiés. Cette méthode est une méthode d’assistance pour travailler avec des variables dans une interface utilisateur.

public:
 Microsoft::SqlServer::Dts::Runtime::Variable ^ PromptAndCreateVariable(System::Windows::Forms::IWin32Window ^ parentWindow, Microsoft::SqlServer::Dts::Runtime::DtsContainer ^ dtsContainer, System::String ^ defaultName);
public Microsoft.SqlServer.Dts.Runtime.Variable PromptAndCreateVariable(System.Windows.Forms.IWin32Window parentWindow, Microsoft.SqlServer.Dts.Runtime.DtsContainer dtsContainer, string defaultName);
abstract member PromptAndCreateVariable : System.Windows.Forms.IWin32Window * Microsoft.SqlServer.Dts.Runtime.DtsContainer * string -> Microsoft.SqlServer.Dts.Runtime.Variable
Public Function PromptAndCreateVariable (parentWindow As IWin32Window, dtsContainer As DtsContainer, defaultName As String) As Variable

Paramètres

parentWindow
IWin32Window

Celle IWin32Window du designer.

dtsContainer
DtsContainer

Le conteneur par défaut auquel appartient la variable.

defaultName
String

Le nom par défaut de la variable.

Retours

Nouvelle Variable instance.

S’applique à

PromptAndCreateVariable(IWin32Window, DtsContainer, String, String, Type)

Invite pour et crée une variable pour la fenêtre, le conteneur et l’espace de noms spécifiés. Cette méthode est une méthode d’assistance pour travailler avec des variables dans une interface utilisateur.

public:
 Microsoft::SqlServer::Dts::Runtime::Variable ^ PromptAndCreateVariable(System::Windows::Forms::IWin32Window ^ parentWindow, Microsoft::SqlServer::Dts::Runtime::DtsContainer ^ dtsContainer, System::String ^ defaultName, System::String ^ defaultNamespace, Type ^ defaultType);
public Microsoft.SqlServer.Dts.Runtime.Variable PromptAndCreateVariable(System.Windows.Forms.IWin32Window parentWindow, Microsoft.SqlServer.Dts.Runtime.DtsContainer dtsContainer, string defaultName, string defaultNamespace, Type defaultType);
abstract member PromptAndCreateVariable : System.Windows.Forms.IWin32Window * Microsoft.SqlServer.Dts.Runtime.DtsContainer * string * string * Type -> Microsoft.SqlServer.Dts.Runtime.Variable
Public Function PromptAndCreateVariable (parentWindow As IWin32Window, dtsContainer As DtsContainer, defaultName As String, defaultNamespace As String, defaultType As Type) As Variable

Paramètres

parentWindow
IWin32Window

Celle IWin32Window du designer.

dtsContainer
DtsContainer

Le conteneur par défaut auquel appartient la variable.

defaultName
String

Le nom par défaut de la variable.

defaultNamespace
String

L’espace de noms par défaut auquel la variable appartiendra.

defaultType
Type

Le type par défaut de la variable.

Retours

Nouvelle Variable instance.

S’applique à