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

適用対象