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

表示されている機能。

戻り値

機能で項目のアクションを設定できる場合は true、それ以外の場合は false

適用対象