DataSourceOptions 类

定义

DataSource.Options 属性的值

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)
继承

注解

仅当数据库的兼容级别为 1400 或更高版本时,才支持此对象。

构造函数

DataSourceOptions()

创建一个新的 DataSourceOptions 实例

DataSourceOptions(String)

从 JSON 反序列化 DataSourceOptions 实例

属性

IsEmpty

获取自定义属性对象是否为空的指示。

(继承自 CustomJsonProperty<TOwner>)
Item[String]

获取并设置自动聚合选项中的值。 Null 表示缺少关键值,将值设为 NULL 表示删除关键值。

(继承自 CustomJsonProperty<TOwner>)

方法

ParseJson(String)

分析 JSON 字符串

(继承自 CustomJsonProperty<TOwner>)
ToJson()

将对象设为字符串形式

ToString()

将对象设为字符串形式

(继承自 CustomJsonProperty<TOwner>)

适用于