Measure.DataCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.