Share via


ResultsSettingsOption Constructor

Initializes a new instance of the ResultsSettingsOption class.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    guid As Guid, _
    sp As IServiceProvider _
)
'Usage
Dim name As String 
Dim guid As Guid 
Dim sp As IServiceProvider 

Dim instance As New ResultsSettingsOption(name, guid, _
    sp)
public ResultsSettingsOption(
    string name,
    Guid guid,
    IServiceProvider sp
)
public:
ResultsSettingsOption(
    String^ name, 
    Guid guid, 
    IServiceProvider^ sp
)
new : 
        name:string * 
        guid:Guid * 
        sp:IServiceProvider -> ResultsSettingsOption
public function ResultsSettingsOption(
    name : String, 
    guid : Guid, 
    sp : IServiceProvider
)

Parameters

  • name
    Type: System.String
    A string that specifies the name of the options page.

See Also

Reference

ResultsSettingsOption Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace