次の方法で共有


PropertyDifferences プロパティ

プロパティの差異のコレクションを取得します。

名前空間:  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> ) > ) >
プロパティの差異のコレクションです。