SqlWizard Class

 

Provides the sql wizard.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  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

NameDescription
System_CAPS_pubmethodSqlWizard()

Initializes a new instance of the SqlWizard class.

NameDescription
System_CAPS_pubpropertyCaption

Gets or sets the caption text for the object.

System_CAPS_pubpropertyDescription

Gets or sets the description of the specified object.

System_CAPS_pubpropertyHeaderImage

Gets or sets the image that is displayed on the header.

System_CAPS_pubpropertyHelpID

Gets or sets the value associated with the Help ID.

System_CAPS_pubpropertyIcon

Gets or sets the icon for the specified object.

System_CAPS_pubpropertyMoniker

Gets the moniker associated with the object.

System_CAPS_pubpropertyProperties

Gets the properties of the specified object.

System_CAPS_pubpropertyResourceManager

Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.)

System_CAPS_pubpropertyType

Gets or sets the type of the SqlWizard object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIInitializable::Initialize(IServiceProvider^)

Returns an initialized service provider for the object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISqlWizardInfo::Caption

Gets the value of the caption attribute.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISqlWizardInfo::Description

Gets the description of the object instance.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISqlWizardInfo::HeaderImage

Gets the image that is displayed on the header panel.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISqlWizardInfo::Icon

Gets the wizard icon.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISqlWizardInfo::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.

Return to top
Show: