RemovePatchFeatureTreeInvisible.ShowInFeatureTreeWhenRemovePatch(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 whether to display the instance in the feature list if the patch is already removed.
public:
bool ShowInFeatureTreeWhenRemovePatch(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature);
public bool ShowInFeatureTreeWhenRemovePatch (Microsoft.SQL.Chainer.Product.ProductFeatureType feature);
member this.ShowInFeatureTreeWhenRemovePatch : Microsoft.SQL.Chainer.Product.ProductFeatureType -> bool
Public Function ShowInFeatureTreeWhenRemovePatch (feature As ProductFeatureType) As Boolean
Parameters
- feature
- Microsoft.SQL.Chainer.Product.ProductFeatureType
The feature.
Returns
true to display the instance in the feature list if the patch is already removed; otherwise, false.