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.