Compartir a través de


USqlTable.PartitionKeyList Propiedad

Definición

Obtiene o establece la lista de claves de partición de la tabla.

[Newtonsoft.Json.JsonProperty(PropertyName="partitionKeyList")]
public System.Collections.Generic.IList<string> PartitionKeyList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="partitionKeyList")>]
member this.PartitionKeyList : System.Collections.Generic.IList<string> with get, set
Public Property PartitionKeyList As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a