SQLWBToolsOptionsSqlPage(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the SQLWBToolsOptionsSqlPage class.

public:
 SQLWBToolsOptionsSqlPage(System::String ^ name, Guid guid, IServiceProvider ^ sp);
public SQLWBToolsOptionsSqlPage (string name, Guid guid, IServiceProvider sp);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsSqlPage : string * Guid * IServiceProvider -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.SQLWBToolsOptionsSqlPage
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 StudioIServiceProvider object.

Applies to