FeaturePrepareImage.IsFeatureAvailable(ProductFeatureType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value that indicates whether the 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 type.
Returns
true if the feature is available; otherwise, false.