次の方法で共有


USqlTableFragment.ParentId プロパティ

定義

テーブル フラグメントの親オブジェクト ID を取得または設定します。 親には、テーブルまたはテーブル パーティションを指定できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象