Udostępnij za pośrednictwem


DataIntegrityValidationResult.FailedObjects Property

Definition

Gets or sets list of failed table names of source and target pair

[Newtonsoft.Json.JsonProperty(PropertyName="failedObjects")]
public System.Collections.Generic.IDictionary<string,string> FailedObjects { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="failedObjects")>]
member this.FailedObjects : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property FailedObjects As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to