InstallFeatureEdition Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe 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)
Parâmetros
- context
- Microsoft.SqlServer.Chainer.Infrastructure.ServiceContainer
O contexto.
- sku
- Microsoft.SqlServer.Configuration.Sco.SqlEdition
O sku.
- instanceName
- String
O nome de instância.
- scenario
- Microsoft.SqlServer.Chainer.Infrastructure.ConfigActionScenario
O cenário.