Table of Contents

Class AzureSynapseAnalyticsSchema.HealthComponentGroup

Namespace
LinqToDB.Tools.DataProvider.SqlServer.Schemas
Assembly
linq2db.Tools.dll

sys.pdw_health_component_groups (Transact-SQL)

Applies to: √ Analytics Platform System (PDW)

Stores information about logical groupings of components and devices.


See sys.pdw_health_component_groups.

[Table(Schema = "sys", Name = "pdw_health_component_groups", IsView = true)]
public class AzureSynapseAnalyticsSchema.HealthComponentGroup
Inheritance
AzureSynapseAnalyticsSchema.HealthComponentGroup
Extension Methods

Properties

GroupID

Unique identifier for components and devices.

Key for this view.
Range: NOT NULL

[Column("group_id")]
[NotNull]
public int GroupID { get; set; }

Property Value

int

GroupName

Logical group name for the components and devices.
Range: NOT NULL

[Column("group_name")]
[NotNull]
public string GroupName { get; set; }

Property Value

string