SqlWizard Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the sql wizard.
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
- Inheritance
- Attributes
- Implements
Constructors
SqlWizard() |
Initializes a new instance of the SqlWizard class. |
Properties
Caption |
Gets or sets the caption text for the object. |
Description |
Gets or sets the description of the specified object. |
HeaderImage |
Gets or sets the image that is displayed on the header. |
HelpID |
Gets or sets the value associated with the Help ID. |
Icon |
Gets or sets the icon for the specified object. |
Moniker |
Gets the moniker associated with the object. |
Properties |
Gets the properties of the specified object. |
ResourceManager |
Gets or sets the string value for the ResourceManager control. (Inherited from LocalizationManager) |
Type |
Gets or sets the type of the SqlWizard object. |
Explicit Interface Implementations
IInitializable.Initialize(IServiceProvider) |
Returns an initialized service provider for the object. |
ISqlWizardInfo.Caption |
Gets the value of the caption attribute. |
ISqlWizardInfo.Description |
Gets the description of the object instance. |
ISqlWizardInfo.HeaderImage |
Gets the image that is displayed on the header panel. |
ISqlWizardInfo.Icon |
Gets the wizard icon. |
ISqlWizardInfo.Properties |
Gets the additional properties specific to a particular wizard. |