Share via


JsonScripter.ScriptMergePartitions Methode

Definition

Skripts für eine bestimmte tabellarische Zielpartition und einen Satz von Quellpartitionen in einen MergePartitions-Befehl.

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

Parameter

targetPartition
Partition

Die Zielpartition.

sourcePartitions
IEnumerable<Partition>

Der Satz der Quellpartitionen.

Gibt zurück

Ein String , der den MergePartitions-Befehl enthält.

Hinweise

Die Zielpartition muss über eine übergeordnete Datenbank verfügen. die Zielpartition und alle Quellpartitionen müssen zur gleichen Tabelle gehören.

Gilt für: