ConnectionSettingsOption(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the ConnectionSettingsOption class.

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

Parameters

name
String

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

guid
Guid

A Guid that identifies the options page.

Applies to