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 コマンドを含む 。

注釈

ターゲット パーティションには親データベースが必要です。ターゲット パーティションとすべてのソース パーティションが同じテーブルに属している必要があります。

適用対象