PropertyDifferences 속성
Gets a collection of the property differences.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public ReadOnly Property PropertyDifferences As IDictionary(Of String, PropertyDifference)
Get
‘사용 방법
Dim instance As ObjectDifference
Dim value As IDictionary(Of String, PropertyDifference)
value = instance.PropertyDifferences
public IDictionary<string, PropertyDifference> PropertyDifferences { get; }
public:
property IDictionary<String^, PropertyDifference^>^ PropertyDifferences {
IDictionary<String^, PropertyDifference^>^ get ();
}
member PropertyDifferences : IDictionary<string, PropertyDifference>
function get PropertyDifferences () : IDictionary<String, PropertyDifference>
속성 값
유형: System.Collections.Generic. . :: . .IDictionary< (Of < ( <'String, PropertyDifference> ) > ) >
A collection of the property differences.