Share via


FeatureTreeConfigurationBase.PropagateSelection(UserVisibleFeature) Method

Definition

Propagates the feature selection.

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

Parameters

feature
UserVisibleFeature

The feature visible to the user.

Applies to