ISqlWizardInfo Interface

 

Represents the information used to launch a wizard.

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

public interface class ISqlWizardInfo

NameDescription
System_CAPS_pubpropertyCaption

Gets the text displayed in the title bar.

System_CAPS_pubpropertyDescription

Gets the description of the wizard.

System_CAPS_pubpropertyHeaderImage

Gets the background image for this wizard.

System_CAPS_pubpropertyHelpID

Gets the help identifier for the wizard.

System_CAPS_pubpropertyIcon

Gets the icon for the wizard.

System_CAPS_pubpropertyMoniker

Gets the unique identifier for the wizard instance.

System_CAPS_pubpropertyProperties

Gets the additional properties specific to a particular wizard.

System_CAPS_pubpropertyType

Gets the Type that implements ISqlWizardController.

Return to top
Show: