IDiffEntry.Properties 屬性

定義

所有相關屬性的合集。

若 ChangeType 為 DiffType.Updated,此字典包含原始(更新)與目標(原始)屬性值的 paris,並以屬性名稱鍵結。 否則,它不包含屬性。

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))

屬性值

適用於