InstallFeatureEdition 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
시나리오입니다.