DataSourceOptions 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 DataSource.Options property
public sealed class DataSourceOptions : Microsoft.AnalysisServices.Tabular.CustomJsonProperty<Microsoft.AnalysisServices.Tabular.StructuredDataSource>
type DataSourceOptions = class
inherit CustomJsonProperty<StructuredDataSource>
Public NotInheritable Class DataSourceOptions
Inherits CustomJsonProperty(Of StructuredDataSource)
- Inheritance
Remarks
This object is only supported when the compatibility level of the database is at 1400 or above.
Constructors
DataSourceOptions() |
Create a new DataSourceOptions instance |
DataSourceOptions(String) |
Deserialize a DataSourceOptions instance from json |
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>) |