문제

Is it possible to a get the details of a specific feature thats available in content database?

my custom feature name is JobReminders_TimerJob_Timer_JobRemindersFeature using SSMS , i wanna find this record from the content db and wanna delete the same.

Which Table is responsible for storing the custom Feature in content db?

도움이 되었습니까?

해결책

Directly querying the database is highly discouraged. Adding, updating, or deleting entries from the database is outright unsupported. As the feature will be referenced in multiple places, you should instead go through the SharePoint APIs to do this activity.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top