你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlPartitionSettings.PartitionColumnName Property

Definition

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).

public object PartitionColumnName { get; set; }
member this.PartitionColumnName : obj with get, set
Public Property PartitionColumnName As Object

Property Value

Applies to