Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.08 KB

syscollector-collection-items-transact-sql.md

File metadata and controls

41 lines (35 loc) · 2.08 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
syscollector_collection_items (Transact-SQL)
syscollector_collection_items (Transact-SQL)
rwestMSFT
randolphwest
03/03/2017
sql
system-objects
reference
syscollector_collection_items_TSQL
syscollector_collection_items
syscollector_collection_items view
add data collector view
TSQL

syscollector_collection_items (Transact-SQL)

[!INCLUDE SQL Server]

Returns information about an item in a collection set.

Column name Data type Description
collection_set_id int Identifies the collection set. Is not nullable.
collection_item_id int Identifies an item in the collection set. Is not nullable.
collector_type_uid uniqueidentifier The GUID used to identify the collector type. Is not nullable.
name nvarchar(4000) The name of the collection set. Is nullable.
frequency int The frequency that data is collected by a collection item. Is not nullable.
parameters xml Describes the parameterization for the collector type associated with the collection item. The XML schema for this collection item is validated with the XML Schema (XSD) stored in the parameter_schema for a particular collector type. Is nullable. For more information, see syscollector_collector_types (Transact-SQL).

Permissions

Requires SELECT for dc_operator, dc_proxy.

See Also

Data Collector Stored Procedures (Transact-SQL)
Data Collector Views (Transact-SQL)
Data Collection