ResultsToTextSettingsOption(String, Guid, IServiceProvider) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The IServiceProvider of the Visual Studio service provider.