CompleteImageFeatureTree.CanSetItemAction(UserVisibleFeature) Method

Definition

Determines whether the specified user visible feature can be set.

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 to set.

Returns

true if the specified user visible feature can be set; otherwise, false.

Applies to