Table of Contents

Class AzureSynapseAnalyticsSchema.DiagEventProperty

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

sys.pdw_diag_event_properties (Transact-SQL)

Applies to: √ Analytics Platform System (PDW)

Holds information about which properties are associated with diagnostic events.


See sys.pdw_diag_event_properties.

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

Properties

EventName

Name of the specific diagnostics event.

[Column("event_name")]
[NotNull]
public string EventName { get; set; }

Property Value

string

PropertyName

Name of a property of the event.

[Column("property_name")]
[NotNull]
public string PropertyName { get; set; }

Property Value

string