SQLWorkbenchPackage.OptionsPage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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())
Parameters
- name
- String
- childPages
- SQLWorkbenchPackage.OptionsPage[]
Applies to
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)
Parameters
- name
- String
- guid
- Guid
- type
- Type
Applies to
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())
Parameters
- name
- String
- cannonicalName
- String
- childPages
- SQLWorkbenchPackage.OptionsPage[]
Applies to
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)
Parameters
- name
- String
- cannonicalName
- String
- guid
- Guid
- type
- Type