SQLWorkbenchPackage.OptionsPage 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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())
參數
- name
- String
- childPages
- SQLWorkbenchPackage.OptionsPage[]
適用於
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)
參數
- name
- String
- guid
- Guid
- type
- Type
適用於
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())
參數
- name
- String
- cannonicalName
- String
- childPages
- SQLWorkbenchPackage.OptionsPage[]
適用於
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)
參數
- name
- String
- cannonicalName
- String
- guid
- Guid
- type
- Type