InstallFeatureTree.CanSetItemAction(UserVisibleFeature) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the feature can set item action.
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 visible feature.
Returns
true if the feature can set item action; otherwise, false.