SqlResultsGeneralOption(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the SqlResultsGeneralOption class.

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

Parameters

name
String

A string value that specifies the name of the options page.

guid
Guid

The Guid of the options page.

sp
IServiceProvider

The IServiceProvider object that represents the Visual Studio service provider.

Applies to