次の方法で共有


IDtsVariableService.PromptAndCreateVariable メソッド

定義

プロンプトを表示し、新しい変数を作成します。

オーバーロード

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 インスタンス。

適用対象