Compartilhar via


SchemaComparisonValidationResult.TargetDatabaseObjectCount Property

Definition

Gets or sets count of target database objects

[Newtonsoft.Json.JsonProperty(PropertyName="targetDatabaseObjectCount")]
public System.Collections.Generic.IDictionary<string,long?> TargetDatabaseObjectCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetDatabaseObjectCount")>]
member this.TargetDatabaseObjectCount : System.Collections.Generic.IDictionary<string, Nullable<int64>> with get, set
Public Property TargetDatabaseObjectCount As IDictionary(Of String, Nullable(Of Long))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to