Measure.DataCategory Property

Definition

Specifies the type of data contained in the measure so that you can add custom behaviors based on measure type.

public string DataCategory { get; set; }
member this.DataCategory : string with get, set
Public Property DataCategory As String

Property Value

Remarks

This property is only supported when the compatibility level of the database is at 1455 or above.

Applies to