IDiffEntry.Properties プロパティ

定義

関連するすべてのプロパティのコレクション。

ChangeType が DiffType.Updated の場合、このディクショナリには、ソース (更新) とターゲット (元の) プロパティ値のパリが含まれており、プロパティ名にキーが設定されます。 それ以外の場合は、プロパティが含まれます。

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

プロパティ値

適用対象