sys.dm_pdw_component_health_status (Transact-SQL)
適用於:Analytics Platform System (PDW)
保存設備元件的目前健康情況資訊。
資料行名稱 | 資料類型 | 描述 | 範圍 |
---|---|---|---|
pdw_node_id | int | 非 NULL | |
component_id | int | 元件的識別碼。 請參閱 sys.pdw_health_components (Transact-SQL)。 pdw_node_id、component_id、property_id 和 component_instance_id 會形成此檢視的索引鍵。 |
非 NULL |
property_id | int | 屬性的識別碼。 請參閱 sys.pdw_health_component_properties (Transact-SQL)。 | NOT NULL |
component_instance_id | nvarchar(255) | 識別元件的執行個體。 例如,component_instance_id='CPU1' 可能會識別 CPU 的執行個體。 pdw_node_id、component_id、property_id 和 component_instance_id 會形成此檢視的索引鍵。 |
NOT NULL |
property_value | nvarchar(255) | 目前的屬性值。 | NULL |
update_time | datetime | 上次更新計量的時間。 | NOT NULL |