SapTablePartitionSettings.PartitionColumnName Property

Definition

Gets or sets the name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to