ResultsToTextSettingsOption(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the ResultsToTextSettingsOption class.

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

Parameters

name
String

The name of the options page.

guid
Guid

The Guid identifier of the options page.

sp
IServiceProvider

The IServiceProvider of the Visual Studio service provider.

Applies to