IDiffEntry.Properties Property

Definition

A Collection of all relevant Properties.

If the ChangeType is DiffType.Updated, this Dictionary contains paris of source (updated) and target (original) property values, keyed their property name. Otherwise, it contains no Property.

public System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.Sdk.Differencing.IPair<object>> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.Sdk.Differencing.IPair<obj>>
Public ReadOnly Property Properties As IDictionary(Of String, IPair(Of Object))

Property Value

Applies to