FeatureCompleteImage.IsFeatureAvailable(ProductFeatureType) Method

Definition

Determines whether the specified feature is available.

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

Parameters

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

The feature to query.

Returns

true if the specified feature is available; otherwise, false.

Applies to