JsonScripter.ScriptApplyAutomaticAggregations 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ScriptApplyAutomaticAggregations(Database) |
지정된 테이블 형식 데이터베이스를 ApplyAutomaticAggregations 명령에 스크립팅합니다. |
ScriptApplyAutomaticAggregations(String) |
사용되지 않음.
지정된 테이블 형식 데이터베이스를 ApplyAutomaticAggregations 명령에 스크립팅합니다. |
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) |
지정된 집계 옵션을 적용하는 동안 지정된 테이블 형식 데이터베이스를 ApplyAutomaticAggregations 명령에 스크립팅합니다. |
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions) |
사용되지 않음.
지정된 집계 옵션을 적용하는 동안 지정된 테이블 형식 데이터베이스를 ApplyAutomaticAggregations 명령에 스크립팅합니다. |
ScriptApplyAutomaticAggregations(Database)
지정된 테이블 형식 데이터베이스를 ApplyAutomaticAggregations 명령에 스크립팅합니다.
public static string ScriptApplyAutomaticAggregations (Microsoft.AnalysisServices.Core.Database database);
static member ScriptApplyAutomaticAggregations : Microsoft.AnalysisServices.Core.Database -> string
Public Shared Function ScriptApplyAutomaticAggregations (database As Database) As String
매개 변수
- database
- Database
스크립팅할 데이터베이스입니다.
반환
String ApplyAutomaticAggregations 명령을 포함하는 입니다.
적용 대상
ScriptApplyAutomaticAggregations(String)
주의
Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.
지정된 테이블 형식 데이터베이스를 ApplyAutomaticAggregations 명령에 스크립팅합니다.
[System.Obsolete("Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.")]
public static string ScriptApplyAutomaticAggregations (string databaseName);
[<System.Obsolete("Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.")>]
static member ScriptApplyAutomaticAggregations : string -> string
Public Shared Function ScriptApplyAutomaticAggregations (databaseName As String) As String
매개 변수
- databaseName
- String
테이블 형식 데이터베이스의 이름입니다.
반환
String ApplyAutomaticAggregations 명령을 포함하는 입니다.
- 특성
적용 대상
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)
지정된 집계 옵션을 적용하는 동안 지정된 테이블 형식 데이터베이스를 ApplyAutomaticAggregations 명령에 스크립팅합니다.
public static string ScriptApplyAutomaticAggregations (Microsoft.AnalysisServices.Core.Database database, Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions options);
static member ScriptApplyAutomaticAggregations : Microsoft.AnalysisServices.Core.Database * Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions -> string
Public Shared Function ScriptApplyAutomaticAggregations (database As Database, options As AutomaticAggregationOptions) As String
매개 변수
- database
- Database
스크립팅할 데이터베이스입니다.
- options
- AutomaticAggregationOptions
자동 집계 옵션
반환
String ApplyAutomaticAggregations 명령을 포함하는 입니다.
적용 대상
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)
주의
Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.
지정된 집계 옵션을 적용하는 동안 지정된 테이블 형식 데이터베이스를 ApplyAutomaticAggregations 명령에 스크립팅합니다.
[System.Obsolete("Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.")]
public static string ScriptApplyAutomaticAggregations (string databaseName, Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions options);
[<System.Obsolete("Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.")>]
static member ScriptApplyAutomaticAggregations : string * Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions -> string
Public Shared Function ScriptApplyAutomaticAggregations (databaseName As String, options As AutomaticAggregationOptions) As String
매개 변수
- databaseName
- String
테이블 형식 데이터베이스의 이름입니다.
- options
- AutomaticAggregationOptions
자동 집계 옵션
반환
String ApplyAutomaticAggregations 명령을 포함하는 입니다.
- 특성