Share via


FeatureEdition.GetFeatureStatus Method

Definition

Gets the status of the feature.

public:
 virtual Microsoft::SqlServer::Configuration::FeatureSkuStatus GetFeatureStatus(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature, Microsoft::SQL::Chainer::Product::ProductFeatureType ^ parentFeature);
public virtual Microsoft.SqlServer.Configuration.FeatureSkuStatus GetFeatureStatus (Microsoft.SQL.Chainer.Product.ProductFeatureType feature, Microsoft.SQL.Chainer.Product.ProductFeatureType parentFeature);
abstract member GetFeatureStatus : Microsoft.SQL.Chainer.Product.ProductFeatureType * Microsoft.SQL.Chainer.Product.ProductFeatureType -> Microsoft.SqlServer.Configuration.FeatureSkuStatus
override this.GetFeatureStatus : Microsoft.SQL.Chainer.Product.ProductFeatureType * Microsoft.SQL.Chainer.Product.ProductFeatureType -> Microsoft.SqlServer.Configuration.FeatureSkuStatus
Public Overridable Function GetFeatureStatus (feature As ProductFeatureType, parentFeature As ProductFeatureType) As FeatureSkuStatus

Parameters

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

The feature type.

parentFeature
Microsoft.SQL.Chainer.Product.ProductFeatureType

The product feature.

Returns

The status of the feature.

Applies to