SqlWorkbenchOption(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the SqlWorkbenchOption class.

public:
 SqlWorkbenchOption(System::String ^ name, Guid guid, IServiceProvider ^ sp);
public SqlWorkbenchOption (string name, Guid guid, IServiceProvider sp);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SqlWorkbenchOption : string * Guid * IServiceProvider -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SqlWorkbenchOption
Public Sub New (name As String, guid As Guid, sp As IServiceProvider)

Parameters

name
String

A string that contains the name of the options page.

guid
Guid

GUID of the options page.

sp
IServiceProvider

The Visual Studio System.IserviceProvider object.

Applies to