SqlWizard Class
Provides the sql wizard.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Microsoft.SqlServer.Management::LocalizationManager
Microsoft.SqlServer.Management::SqlWizard
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [DebuggerStepThroughAttribute] [DesignerCategoryAttribute("code")] public ref class SqlWizard : LocalizationManager, ISqlWizardInfo, IInitializable
| Name | Description | |
|---|---|---|
![]() | SqlWizard() | Initializes a new instance of the SqlWizard class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





