共用方式為


USqlTableFragment.IndexId Property

Definition

Gets or sets the ordinal of the index which contains the table fragment.

[Newtonsoft.Json.JsonProperty(PropertyName="indexId")]
public int? IndexId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="indexId")>]
member this.IndexId : Nullable<int> with get, set
Public Property IndexId As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to