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

適用対象