次の方法で共有


CloningInfo.CorrelationId プロパティ

定義

複製操作の関連付け ID を取得または設定します。 この ID は、同じスナップショットを使用するために複数の複製操作を結び付けます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象