Share via


FeatureTreeConfigurationBase.SelectFeature(UserVisibleFeature) Method

Definition

Selects a feature from the configuration.

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

Parameters

feature
UserVisibleFeature

The feature to select.

Applies to