AutomaticAggregationOptions Class

Definition

Value of the Model.AutomaticAggregationOptions property

public sealed class AutomaticAggregationOptions : Microsoft.AnalysisServices.Tabular.CustomJsonProperty<Microsoft.AnalysisServices.Tabular.Model>
type AutomaticAggregationOptions = class
    inherit CustomJsonProperty<Model>
Public NotInheritable Class AutomaticAggregationOptions
Inherits CustomJsonProperty(Of Model)
Inheritance
AutomaticAggregationOptions

Remarks

This object is only supported when the compatibility level of the database is at 1564 or above.

Constructors

AutomaticAggregationOptions()

Create new instance of AutomaticAggregationOptions class with all default options

Properties

IsEmpty

Gets an indication if the custom-property object is empty.

(Inherited from CustomJsonProperty<TOwner>)
Item[String]

Get and set the value in the automatic aggregation options. Null denotes missing key, setting value to null means to remove the key.

(Inherited from CustomJsonProperty<TOwner>)

Methods

ParseJson(String)

Parse a json string

(Inherited from CustomJsonProperty<TOwner>)
ToJson()

Format object as string

ToString()

Format object as string

(Inherited from CustomJsonProperty<TOwner>)

Applies to