ConnectionSettingsOption Constructor (String, Guid, IServiceProvider)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the ConnectionSettingsOption class.

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

Syntax

public ConnectionSettingsOption(
    string name,
    Guid guid,
    IServiceProvider sp
)
public:
ConnectionSettingsOption(
    String^ name,
    Guid guid,
    IServiceProvider^ sp
)
new : 
        name:string *
        guid:Guid *
        sp:IServiceProvider -> ConnectionSettingsOption
Public Sub New (
    name As String,
    guid As Guid,
    sp As IServiceProvider
)

Parameters

  • name
    Type: System.String

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

See Also

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

Return to top