FeatureTreeConfigurationBase.CanSetItemAction(UserVisibleFeature) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作が項目を設定するかどうかを指定する値を示します。
protected:
virtual bool CanSetItemAction(Microsoft::SqlServer::Configuration::UserVisibleFeature ^ feature);
protected virtual bool CanSetItemAction (Microsoft.SqlServer.Configuration.UserVisibleFeature feature);
abstract member CanSetItemAction : Microsoft.SqlServer.Configuration.UserVisibleFeature -> bool
override this.CanSetItemAction : Microsoft.SqlServer.Configuration.UserVisibleFeature -> bool
Protected Overridable Function CanSetItemAction (feature As UserVisibleFeature) As Boolean
パラメーター
- feature
- UserVisibleFeature
ユーザーに表示される機能です。
戻り値
操作が項目を設定できる場合は true、それ以外の場合は false です。