RemovePatchFeatureTreeInvisible.ShowInFeatureTreeWhenRemovePatch Método

Definición

Especifica si se debe mostrar la instancia en la lista de características en el caso de que ya se haya quitado la revisión.

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

Parámetros

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

Característica.

Devoluciones

Es true para mostrar la instancia en la lista de características si se ha quitado ya la revisión; en caso contrario, es false.

Se aplica a