你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GetUserTablesSqlSyncTaskOutput.TableValidationErrors Property

Definition

Gets mapping from database name to list of validation errors

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to