Share via


FeatureTreeConfigurationBase.DeselectFeature(UserVisibleFeature) Method

Definition

Unselect the specified feature.

protected:
 void DeselectFeature(Microsoft::SqlServer::Configuration::UserVisibleFeature ^ feature);
protected void DeselectFeature (Microsoft.SqlServer.Configuration.UserVisibleFeature feature);
member this.DeselectFeature : Microsoft.SqlServer.Configuration.UserVisibleFeature -> unit
Protected Sub DeselectFeature (feature As UserVisibleFeature)

Parameters

feature
UserVisibleFeature

The feature to unselect.

Applies to