UpgradeFeatureTree.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

適用於