다음을 통해 공유


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

custom-property 개체가 비어 있는지 나타내는 표시를 가져옵니다.

(다음에서 상속됨 CustomJsonProperty<TOwner>)
Item[String]

자동 집계 옵션에서 값을 가져와 설정합니다. Null은 누락된 키를 나타냅니다. null에 값을 설정하는 것은 키 제거를 의미합니다.

(다음에서 상속됨 CustomJsonProperty<TOwner>)

메서드

ParseJson(String)

json 문자열 구문 분석

(다음에서 상속됨 CustomJsonProperty<TOwner>)
ToJson()

문자열로 개체 형식 지정

ToString()

문자열로 개체 형식 지정

(다음에서 상속됨 CustomJsonProperty<TOwner>)

적용 대상