InstallFeatureTree.CanSetItemAction(UserVisibleFeature) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
機能で項目のアクションを設定できるかどうかを指定します。
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。