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

場景。

適用於