SapTablePartitionSettings.PartitionUpperBound Property

Definition

Gets or sets the maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="partitionUpperBound")]
public object PartitionUpperBound { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="partitionUpperBound")>]
member this.PartitionUpperBound : obj with get, set
Public Property PartitionUpperBound As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to