Compartilhar via


SQLWorkbenchPackage.OptionsPage Construtores

Definição

Sobrecargas

SQLWorkbenchPackage.OptionsPage(String, SQLWorkbenchPackage+OptionsPage[])
SQLWorkbenchPackage.OptionsPage(String, Guid, Type)
SQLWorkbenchPackage.OptionsPage(String, String, SQLWorkbenchPackage+OptionsPage[])
SQLWorkbenchPackage.OptionsPage(String, String, Guid, Type)

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())

Parâmetros

name
String

Aplica-se a

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)

Parâmetros

name
String
guid
Guid
type
Type

Aplica-se a

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())

Parâmetros

name
String
cannonicalName
String

Aplica-se a

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)

Parâmetros

name
String
cannonicalName
String
guid
Guid
type
Type

Aplica-se a