Sdílet prostřednictvím


SqlPartitionSettings.PartitionColumnName Property

Definition

Gets or sets the name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. 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