JsonScripter.ScriptMergePartitions 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 테이블 형식 대상 파티션 및 원본 파티션 집합을 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 명령을 포함하는 입니다.
설명
대상 파티션에는 부모 데이터베이스가 있어야 합니다. 대상 파티션 및 모든 원본 파티션은 동일한 테이블에 속해야 합니다.