syspolicy_policy_category_subscriptions (Transact-SQL)
在 SQL Server 執行個體中,針對每一個以原則為基礎的管理訂閱各顯示一個資料列。每一個資料列都會描述目標和原則類別目錄配對。下表描述 syspolicy_policy_group_subscriptions 檢視表中的資料行。
資料行名稱 |
資料類型 |
描述 |
---|---|---|
policy_category_subscription_id |
int |
這筆記錄的識別碼。 |
target_type |
sysname |
此描述之目標的資料庫物件類型。 |
target_object |
sysname |
目標物件的名稱。 |
policy_category_id |
int |
套用到目標之原則類別目錄的識別碼。 |
備註
這個檢視表會顯示訂閱原則類別目錄的目標。
權限
需要 msdb 資料庫中 PolicyAdministratorRole 角色的成員資格。