共用方式為


SynchronizationDetails.RowsRead Property

Definition

Gets the number of rows read from the source data set.

[Newtonsoft.Json.JsonProperty(PropertyName="rowsRead")]
public long? RowsRead { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rowsRead")>]
member this.RowsRead : Nullable<int64>
Public ReadOnly Property RowsRead As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to