IDiffEntry.Properties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
모든 관련 속성의 컬렉션입니다.
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))