DataAccessOptions Class
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.
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
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>) |