Share via


InstallFeatureEdition Constructor

Definition

Initializes a new instance of the InstallFeatureEdition class.

public:
 InstallFeatureEdition(Microsoft::SqlServer::Chainer::Infrastructure::ServiceContainer ^ context, Microsoft::SqlServer::Configuration::Sco::SqlEdition sku, System::String ^ instanceName, Microsoft::SqlServer::Chainer::Infrastructure::ConfigActionScenario scenario);
public InstallFeatureEdition (Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer context, Microsoft.SqlServer.Configuration.Sco.SqlEdition sku, string instanceName, Microsoft.SqlServer.Chainer.Infrastructure.ConfigActionScenario scenario);
new Microsoft.SqlServer.Configuration.InstallFeatureEdition : Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer * Microsoft.SqlServer.Configuration.Sco.SqlEdition * string * Microsoft.SqlServer.Chainer.Infrastructure.ConfigActionScenario -> Microsoft.SqlServer.Configuration.InstallFeatureEdition
Public Sub New (context As ServiceContainer, sku As SqlEdition, instanceName As String, scenario As ConfigActionScenario)

Parameters

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

The context.

sku
Microsoft.SqlServer.Configuration.Sco.SqlEdition

The sku.

instanceName
String

The instance name.

scenario
Microsoft.SqlServer.Chainer.Infrastructure.ConfigActionScenario

The scenario.

Applies to