SqlResultsGeneralOption クラス

定義

[ツール] メニューの [オプション] サブメニューの [全般 SQL 結果オプション] ページに対応するクラス。

public ref class SqlResultsGeneralOption : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::SQLWBToolsOptionsSqlPage
public class SqlResultsGeneralOption : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsSqlPage
type SqlResultsGeneralOption = class
    inherit SQLWBToolsOptionsSqlPage
Public Class SqlResultsGeneralOption
Inherits SQLWBToolsOptionsSqlPage
継承
SQLWBToolsOptionsPage<Microsoft.SqlServer.Management.UserSettings.QueryExecutionSettings>
SqlResultsGeneralOption

コンストラクター

SqlResultsGeneralOption(String, Guid, IServiceProvider)

SqlResultsGeneralOption クラスの新しいインスタンスを初期化します。

フィールド

guid

[ツール] メニューの [オプション] サブメニューの [全般 SQL 結果オプション] ページに対応するクラス。

(継承元 SQLWorkbenchToolsOptionsPage)
m_dlg

[ツール] メニューの [オプション] サブメニューで開くいずれかのタブに表示される、ユーザー コントロールです。

(継承元 SQLWBToolsOptionsPage<TOptions>)
name

[ツール] メニューの [オプション] サブメニューの [全般 SQL 結果オプション] ページに対応するクラス。

(継承元 SQLWorkbenchToolsOptionsPage)

メソッド

AbortEditSettings()

変更を取り消します。

(継承元 SQLWBToolsOptionsPage<TOptions>)
GetOptionsDialogType()

オプション ページのダイアログの種類を取得します。

GetService(Type)

[ツール] メニューの [オプション] サブメニューの [全般 SQL 結果オプション] ページに対応するクラス。

(継承元 SQLWorkbenchToolsOptionsPage)
GetWindow()

このオプション ページで使用されるウィンドウを取得します。

(継承元 SQLWBToolsOptionsPage<TOptions>)
LoadSettings()

SQL 結果の全般オプション ページに関する設定を読み込みます。

OnActivate()

[ツール] メニューの [オプション] サブメニューの [全般 SQL 結果オプション] ページに対応するクラス。

(継承元 SQLWorkbenchToolsOptionsPage)
OnDeactivate()

このオプションがアクティブ化を失ったときに呼び出されます。

(継承元 SQLWBToolsOptionsPage<TOptions>)
SaveSettings()

SQL 結果の全般オプション ページに関する設定を保存します。

適用対象