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

適用於