DataSourceOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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>) |