ConnectionSettingsOption4(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the ConnectionSettingsOption4 class.

public:
 ConnectionSettingsOption4(System::String ^ name, Guid guid, IServiceProvider ^ sp);
public ConnectionSettingsOption4 (string name, Guid guid, IServiceProvider sp);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ConnectionSettingsOption4 : string * Guid * IServiceProvider -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ConnectionSettingsOption4
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