UpgradeFeatureTree.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입니다.

적용 대상