ResultsSettingsOption Constructor (String, Guid, IServiceProvider)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the ResultsSettingsOption class.

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

Syntax

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 Sub New (
    name As String,
    guid As Guid,
    sp As IServiceProvider
)

Parameters

  • name
    Type: System.String

    A string that specifies the name of the options page.

See Also

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

Return to top