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

속성 값

적용 대상