ConnectionSettingsOption2(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the ConnectionSettingsOption2 class.

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

Parameters

name
String

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

guid
Guid

Guid of the options page.

Applies to