sys.sp_syspolicy_add_policy_category

general
#stored-procedure

Description

Adds a policy category that can be used with Policy-Based Management. Policy categories enable you to organize policies, and to set policy scope.

Syntax

sp_syspolicy_add_policy_category
[ @name = ]
N
'name'
[ , [ @mandate_database_subscriptions = ] mandate_database_subscriptions ]
, [ @policy_category_id = ] policy_category_id
OUTPUT
[ ; ]