共用方式為


USqlTableFragment.ParentId Property

Definition

Gets or sets the parent object Id of the table fragment. The parent could be a table or table partition.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to