DataAccessOptions Class

Definition

Value of the Model.DataAccessOptions property

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

Remarks

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

Constructors

DataAccessOptions()

Create new instance of DataAccessOptions class with all default options

Properties

FastCombine

Whether privacy settings on individual data sources should be ignored

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>)
LegacyRedirects

Whether unsafe legacy redirects from HTTPS to HTTP should be enabled

ReturnErrorValuesAsNull

Whether individual query errors should be returned as nulls in the query result instead of failing the query

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