syscollector_collection_items (Transact-SQL)
傳回收集組中某個項目的相關資訊。
資料行名稱 |
資料類型 |
說明 |
---|---|---|
collection_set_id |
int |
識別收集組。 不可設為 Null。 |
collection_item_id |
int |
識別收集組中的項目。 不可設為 Null。 |
collector_type_uid |
uniqueidentifier |
用來識別收集器型別的 GUID。 不可設為 Null。 |
name |
nvarchar(4000) |
收集組的名稱。 可設為 Null。 |
frequency |
int |
收集項收集資料的頻率。 不可設為 Null。 |
參數 |
xml |
說明與收集項相關聯之收集器型別的參數化。 這個收集項的 XML 結構描述會使用儲存於特定收集器型別之 parameter_schema 中的 XML 結構描述 (XSD) 進行驗證。 可設為 Null。 如需詳細資訊,請參閱<syscollector_collector_types (Transact-SQL)>。 |
權限
需要 dc_operator 或 dc_proxy 的 SELECT。
請參閱
參考
概念
變更記錄
更新的內容 |
---|
已更正 name 資料行的資料類型,並更正描述來指示此值可設為 Null。 |