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

適用対象