IDtsVariableService.PromptAndCreateVariable メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい変数をプロンプトし、その後に新しい変数を作成します。
オーバーロード
| 名前 | 説明 |
|---|---|
| PromptAndCreateVariable(IWin32Window, DtsContainer) |
新しい変数をプロンプトし、その後に新しい変数を作成します。 |
| PromptAndCreateVariable(IWin32Window, DtsContainer, String) |
指定されたウィンドウとコンテナの変数をプロンプトし、その後作成します。 このメソッドはユーザーインターフェースの変数を扱うためのヘルパーメソッドです。 |
| PromptAndCreateVariable(IWin32Window, DtsContainer, String, String, Type) |
指定されたウィンドウ、コンテナ、名前空間に対して変数をプロンプトし、生成します。 このメソッドはユーザーインターフェースの変数を扱うためのヘルパーメソッドです。 |
PromptAndCreateVariable(IWin32Window, DtsContainer)
新しい変数をプロンプトし、その後に新しい変数を作成します。
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
パラメーター
- parentWindow
- IWin32Window
デザイナーの IWin32Window 。
- dtsContainer
- DtsContainer
変数が属するデフォルトのコンテナです。
返品
新しい Variable インスタンス。
適用対象
PromptAndCreateVariable(IWin32Window, DtsContainer, String)
指定されたウィンドウとコンテナの変数をプロンプトし、その後作成します。 このメソッドはユーザーインターフェースの変数を扱うためのヘルパーメソッドです。
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
パラメーター
- parentWindow
- IWin32Window
デザイナーの IWin32Window 。
- dtsContainer
- DtsContainer
変数が属するデフォルトのコンテナです。
- defaultName
- String
変数のデフォルト名です。
返品
新しい Variable インスタンス。
適用対象
PromptAndCreateVariable(IWin32Window, DtsContainer, String, String, Type)
指定されたウィンドウ、コンテナ、名前空間に対して変数をプロンプトし、生成します。 このメソッドはユーザーインターフェースの変数を扱うためのヘルパーメソッドです。
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
パラメーター
- parentWindow
- IWin32Window
デザイナーの IWin32Window 。
- dtsContainer
- DtsContainer
変数が属するデフォルトのコンテナです。
- defaultName
- String
変数のデフォルト名です。
- defaultNamespace
- String
変数が属するデフォルトの名前空間です。
- defaultType
- Type
変数のデフォルト型です。
返品
新しい Variable インスタンス。