Share via


UninstallFeatureTree.CanSetItemAction(UserVisibleFeature) Method

Definition

Determines whether the feature can set an item.

protected:
 override bool CanSetItemAction(Microsoft::SqlServer::Configuration::UserVisibleFeature ^ feature);
protected override bool CanSetItemAction (Microsoft.SqlServer.Configuration.UserVisibleFeature feature);
override this.CanSetItemAction : Microsoft.SqlServer.Configuration.UserVisibleFeature -> bool
Protected Overrides Function CanSetItemAction (feature As UserVisibleFeature) As Boolean

Parameters

feature
UserVisibleFeature

The feature.

Returns

true if the feature can set an item; otherwise, false.

Applies to