sys.dm_pdw_component_health_alerts (Transact-SQL)

适用于:Analytics Platform System (PDW)

存储先前发出的有关设备组件的警报。

列名 数据类型 说明
pdw_node_id int 分析平台系统 (PDW) 节点的唯一标识符。 不可为 null。
component_id int 组件的 ID。 有关详细信息,请参阅 sys.pdw_health_components。 不可为 null。
component_instance_id nvarchar(255) pdw_node_idcomponent_idcomponent_instance_idalert_idalert_instance_id 组成该视图的关键部分。 不可为 null。
alert_id int 警报类型的 ID。 有关详细信息,请参阅 sys.pdw_health_alerts。 不可为 null。
alert_instance_id nvarchar(36) 标识给定警报的实例。 不可为 null。
previous_value2 nvarchar(255) 当警报的类型为StatusChange时使用。 这是以前的组件状态。 对于类型为Threshold的警报,值为NULL。 可为 null。
current_value2 nvarchar(255) 当警报类型为StatusChange时使用。 这是当前组件状态。 对于Threshold类型的警报,值为NULL。 可为 null。
create_time datetime 警报的生成日期和时间。 不可为 null。

1pdw_node_idcomponent_id、、component_instance_idalert_idalert_instance_id构成此视图的键。

2 有关警报类型的列表 ,请参阅sys.pdw_health_alerts