WizardFramework.StartPage Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la page de début.
public:
property Microsoft::SqlServer::Management::SqlWizardFramework::Page ^ StartPage { Microsoft::SqlServer::Management::SqlWizardFramework::Page ^ get(); void set(Microsoft::SqlServer::Management::SqlWizardFramework::Page ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Management.SqlWizardFramework.Page StartPage { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.StartPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page with get, set
Public Property StartPage As Page
Valeur de propriété
Objet Page qui représente la page de début.
- Attributs