SqlPage.Wizard Property

Definition

Gets the SqlWizardFramework object that is associated with this SqlPage object.

protected:
 property Microsoft::SqlServer::Management::SqlWizardFramework::SqlWizardFramework ^ Wizard { Microsoft::SqlServer::Management::SqlWizardFramework::SqlWizardFramework ^ get(); };
protected Microsoft.SqlServer.Management.SqlWizardFramework.SqlWizardFramework Wizard { get; }
member this.Wizard : Microsoft.SqlServer.Management.SqlWizardFramework.SqlWizardFramework
Protected ReadOnly Property Wizard As SqlWizardFramework

Property Value

The SqlWizardFramework object that is associated with this SqlPage object.

Applies to