InstallFeatureEdition 생성자

정의

InstallFeatureEdition 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

context
Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer

컨텍스트입니다.

sku
Microsoft.SqlServer.Configuration.Sco.SqlEdition

sku입니다.

instanceName
String

인스턴스 이름입니다.

scenario
Microsoft.SqlServer.Chainer.Infrastructure.ConfigActionScenario

시나리오입니다.

적용 대상