sys.dm_pdw_component_health_status (Transact-SQL)

适用于:Analytics Platform System (PDW)

保存有关设备组件的当前运行状况的信息。

列名称 数据类型 说明 范围
pdw_node_id int 不为 NULL
component_id int 组件的 ID。 请参阅 sys.pdw_health_components (Transact-SQL)

pdw_node_id, component_id、property_id 和 component_instance_id 构成此视图的键。
不为 NULL
property_id int 属性的 ID。 请参阅 sys.pdw_health_component_properties (Transact-SQL) NOT NULL
component_instance_id nvarchar(255) 标识组件的实例。 例如,CPU 的实例可以通过 component_instance_id='CPU1' 标识。

pdw_node_id, component_id、property_id 和 component_instance_id 构成此视图的键。
NOT NULL
property_value nvarchar(255) 当前属性值。 Null
update_time datetime 上次指标更新的时间。 NOT NULL

另请参阅

Azure Synapse Analytics 和并行数据仓库动态管理视图 (Transact-SQL)