다음을 통해 공유


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

적용 대상