Share via


InstallFeatureEdition.IsFeatureInSku(ProductFeatureType) Method

Definition

Gets a value that specifies whether the feature is in sku.

public:
 override bool IsFeatureInSku(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature);
public override bool IsFeatureInSku (Microsoft.SQL.Chainer.Product.ProductFeatureType feature);
override this.IsFeatureInSku : Microsoft.SQL.Chainer.Product.ProductFeatureType -> bool
Public Overrides Function IsFeatureInSku (feature As ProductFeatureType) As Boolean

Parameters

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

The feature.

Returns

true if the feature is in sku; otherwise, false.

Applies to