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

可见的功能。

返回

Boolean

如果该功能可以设置项操作,则为 true;否则为 false

适用于