InstallFeatureEdition.GetFeatureSku(ProductFeatureType) Method

Definition

Gets the featured sku.

public:
 Microsoft::SqlServer::Configuration::Sco::SqlEdition GetFeatureSku(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature);
public Microsoft.SqlServer.Configuration.Sco.SqlEdition GetFeatureSku (Microsoft.SQL.Chainer.Product.ProductFeatureType feature);
member this.GetFeatureSku : Microsoft.SQL.Chainer.Product.ProductFeatureType -> Microsoft.SqlServer.Configuration.Sco.SqlEdition
Public Function GetFeatureSku (feature As ProductFeatureType) As SqlEdition

Parameters

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

The feature.

Returns

Microsoft.SqlServer.Configuration.Sco.SqlEdition

The featured sku.

Applies to