ScriptFactory.ScheduleSqlScriptAsOneStep メソッド

定義

スケジュールダイアログボックスを起動し、指定されたテキストに対応する1 Transact-SQL ステップのジョブを作成します。

オーバーロード

名前 説明
ScheduleSqlScriptAsOneStep(String, SqlConnectionInfo, IWin32Window)

スケジュールダイアログボックスを起動し、指定されたテキストに対応する1 Transact-SQL ステップのジョブを作成します。

ScheduleSqlScriptAsOneStep(String, SqlConnectionInfo, IServiceProvider, IWin32Window)

スケジュールダイアログボックスを起動し、指定されたテキストに対応する1 Transact-SQL ステップのジョブを作成します。

ScheduleSqlScriptAsOneStep(String, SqlConnectionInfo, IWin32Window)

スケジュールダイアログボックスを起動し、指定されたテキストに対応する1 Transact-SQL ステップのジョブを作成します。

public:
 virtual System::Windows::Forms::DialogResult ScheduleSqlScriptAsOneStep(System::String ^ text, Microsoft::SqlServer::Management::Common::SqlConnectionInfo ^ ci, System::Windows::Forms::IWin32Window ^ parentWindow);
public System.Windows.Forms.DialogResult ScheduleSqlScriptAsOneStep(string text, Microsoft.SqlServer.Management.Common.SqlConnectionInfo ci, System.Windows.Forms.IWin32Window parentWindow);
abstract member ScheduleSqlScriptAsOneStep : string * Microsoft.SqlServer.Management.Common.SqlConnectionInfo * System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
override this.ScheduleSqlScriptAsOneStep : string * Microsoft.SqlServer.Management.Common.SqlConnectionInfo * System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
Public Function ScheduleSqlScriptAsOneStep (text As String, ci As SqlConnectionInfo, parentWindow As IWin32Window) As DialogResult

パラメーター

text
String

テキストからスクリプトまでの文字列の価値です。

ci
SqlConnectionInfo

SqlConnectionInfo オブジェクトです。

parentWindow
IWin32Window

IWin32Window オブジェクト。

返品

DialogResult オブジェクト。

実装

適用対象

ScheduleSqlScriptAsOneStep(String, SqlConnectionInfo, IServiceProvider, IWin32Window)

スケジュールダイアログボックスを起動し、指定されたテキストに対応する1 Transact-SQL ステップのジョブを作成します。

public:
 virtual System::Windows::Forms::DialogResult ScheduleSqlScriptAsOneStep(System::String ^ text, Microsoft::SqlServer::Management::Common::SqlConnectionInfo ^ ci, IServiceProvider ^ serviceProvider, System::Windows::Forms::IWin32Window ^ parentWindow);
public System.Windows.Forms.DialogResult ScheduleSqlScriptAsOneStep(string text, Microsoft.SqlServer.Management.Common.SqlConnectionInfo ci, IServiceProvider serviceProvider, System.Windows.Forms.IWin32Window parentWindow);
abstract member ScheduleSqlScriptAsOneStep : string * Microsoft.SqlServer.Management.Common.SqlConnectionInfo * IServiceProvider * System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
override this.ScheduleSqlScriptAsOneStep : string * Microsoft.SqlServer.Management.Common.SqlConnectionInfo * IServiceProvider * System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
Public Function ScheduleSqlScriptAsOneStep (text As String, ci As SqlConnectionInfo, serviceProvider As IServiceProvider, parentWindow As IWin32Window) As DialogResult

パラメーター

text
String

テキストからスクリプトまでの文字列の価値です。

ci
SqlConnectionInfo

SqlConnectionInfo オブジェクトです。

serviceProvider
IServiceProvider

IServiceProvider オブジェクトです。

parentWindow
IWin32Window

IWin32Window オブジェクト。

返品

DialogResult オブジェクト。

実装

適用対象