SqlWizard クラス

定義

SQL ウィザードを提供します。

public ref class SqlWizard : Microsoft::SqlServer::Management::LocalizationManager, Microsoft::SqlServer::Management::IInitializable, Microsoft::SqlServer::Management::TaskForms::ISqlWizardInfo
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class SqlWizard : Microsoft.SqlServer.Management.LocalizationManager, Microsoft.SqlServer.Management.IInitializable, Microsoft.SqlServer.Management.TaskForms.ISqlWizardInfo
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type SqlWizard = class
    inherit LocalizationManager
    interface ISqlWizardInfo
    interface IInitializable
Public Class SqlWizard
Inherits LocalizationManager
Implements IInitializable, ISqlWizardInfo
継承
属性
実装

コンストラクター

SqlWizard()

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

プロパティ

Caption

オブジェクトのキャプション テキストを取得または設定します。

Description

指定したオブジェクトの説明を取得します。値の設定も可能です。

HeaderImage

ヘッダーに表示される画像を取得または設定します。

HelpID

ヘルプ ID に関連付けられている値を取得または設定します。

Icon

指定されたオブジェクトのアイコンを取得または設定します。

Moniker

オブジェクトに関連付けられたモニカーを取得します。

Properties

指定されたオブジェクトのプロパティを取得します。

ResourceManager

ResourceManager コントロールの文字列値を取得します。値の設定も可能です。

(継承元 LocalizationManager)
Type

SqlWizard オブジェクトの種類を取得または設定します。

明示的なインターフェイスの実装

IInitializable.Initialize(IServiceProvider)

オブジェクトの初期化されたサービス プロバイダーを返します。

ISqlWizardInfo.Caption

caption 属性の値を取得します。

ISqlWizardInfo.Description

オブジェクト インスタンスの説明を取得します。

ISqlWizardInfo.HeaderImage

ヘッダー パネルに表示されるイメージを取得します。

ISqlWizardInfo.Icon

ウィザード アイコンを取得します。

ISqlWizardInfo.Properties

特定のウィザードに固有の追加プロパティを取得します。

適用対象