UninstallFeatureTree.CanSetItemAction(UserVisibleFeature) 方法

定義

判斷該功能是否能設定物品。

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

參數

feature
UserVisibleFeature

特徵。

傳回

true如果該功能能設定項目;否則,。 false

適用於