sys.sp_syscollector_update_collector_type
general #stored-procedure
Description
Updates a collector type for a collection item. Given the name and GUID of a collector type, updates the collector type configuration, including the collection and upload package, the parameter schema, and the parameter formatter schema. The GUID for the collector type. is automatically created and returned as OUTPUT.
Syntax
sp_syscollector_update_collector_type
[ [ @collector_type_uid = ]
'collector_type_uid'
]
[ , [ @name = ]
N
'name'
]
[ , [ @parameter_schema = ]
N
'parameter_schema'
]
[ , [ @parameter_formatter = ]
N
'parameter_formatter'
]
, [ @collection_package_id = ]
'collection_package_id'
, [ @upload_package_id = ]
'upload_package_id'
[ ; ]