SQLWorkbenchPackage.OptionsPage Constructeurs
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.
Surcharges
SQLWorkbenchPackage.OptionsPage(String, SQLWorkbenchPackage+OptionsPage[])
public:
OptionsPage(System::String ^ name, cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::SQLWorkbenchPackage::OptionsPage ^> ^ childPages);
public OptionsPage (string name, Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage[] childPages);
new Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage : string * Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage[] -> Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage
Public Sub New (name As String, childPages As SQLWorkbenchPackage.OptionsPage())
Paramètres
- name
- String
- childPages
- SQLWorkbenchPackage.OptionsPage[]
S’applique à
SQLWorkbenchPackage.OptionsPage(String, Guid, Type)
public:
OptionsPage(System::String ^ name, Guid guid, Type ^ type);
public OptionsPage (string name, Guid guid, Type type);
new Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage : string * Guid * Type -> Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage
Public Sub New (name As String, guid As Guid, type As Type)
Paramètres
- name
- String
- guid
- Guid
- type
- Type
S’applique à
SQLWorkbenchPackage.OptionsPage(String, String, SQLWorkbenchPackage+OptionsPage[])
public:
OptionsPage(System::String ^ name, System::String ^ cannonicalName, cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::SQLWorkbenchPackage::OptionsPage ^> ^ childPages);
public OptionsPage (string name, string cannonicalName, Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage[] childPages);
new Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage : string * string * Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage[] -> Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage
Public Sub New (name As String, cannonicalName As String, childPages As SQLWorkbenchPackage.OptionsPage())
Paramètres
- name
- String
- cannonicalName
- String
- childPages
- SQLWorkbenchPackage.OptionsPage[]
S’applique à
SQLWorkbenchPackage.OptionsPage(String, String, Guid, Type)
public:
OptionsPage(System::String ^ name, System::String ^ cannonicalName, Guid guid, Type ^ type);
public OptionsPage (string name, string cannonicalName, Guid guid, Type type);
new Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage : string * string * Guid * Type -> Microsoft.SqlServer.Management.UI.VSIntegration.SQLWorkbenchPackage.OptionsPage
Public Sub New (name As String, cannonicalName As String, guid As Guid, type As Type)
Paramètres
- name
- String
- cannonicalName
- String
- guid
- Guid
- type
- Type