다음을 통해 공유


JsonScripter.ScriptMergePartitions 메서드

정의

지정된 테이블 형식 대상 파티션 및 원본 파티션 집합을 MergePartitions 명령에 스크립팅합니다.

public static string ScriptMergePartitions (Microsoft.AnalysisServices.Tabular.Partition targetPartition, System.Collections.Generic.IEnumerable<Microsoft.AnalysisServices.Tabular.Partition> sourcePartitions);
static member ScriptMergePartitions : Microsoft.AnalysisServices.Tabular.Partition * seq<Microsoft.AnalysisServices.Tabular.Partition> -> string
Public Shared Function ScriptMergePartitions (targetPartition As Partition, sourcePartitions As IEnumerable(Of Partition)) As String

매개 변수

targetPartition
Partition

대상 파티션입니다.

sourcePartitions
IEnumerable<Partition>

원본 파티션 집합입니다.

반환

String MergePartitions 명령을 포함하는 입니다.

설명

대상 파티션에는 부모 데이터베이스가 있어야 합니다. 대상 파티션 및 모든 원본 파티션은 동일한 테이블에 속해야 합니다.

적용 대상