次の方法で共有


ModelComparisonResult.ElementGroupsEqual プロパティ

等しい要素グループの一覧。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property ElementGroupsEqual As IDictionary(Of IList(Of TSqlObject), IList(Of TSqlObject))
    Get
'使用
Dim instance As ModelComparisonResult 
Dim value As IDictionary(Of IList(Of TSqlObject), IList(Of TSqlObject))

value = instance.ElementGroupsEqual
public IDictionary<IList<TSqlObject>, IList<TSqlObject>> ElementGroupsEqual { get; }
public:
property IDictionary<IList<TSqlObject^>^, IList<TSqlObject^>^>^ ElementGroupsEqual {
    IDictionary<IList<TSqlObject^>^, IList<TSqlObject^>^>^ get ();
}
member ElementGroupsEqual : IDictionary<IList<TSqlObject>, IList<TSqlObject>>
function get ElementGroupsEqual () : IDictionary<IList<TSqlObject>, IList<TSqlObject>>

プロパティ値

型: System.Collections.Generic.IDictionary<IList<TSqlObject>, IList<TSqlObject>>

関連項目

参照

ModelComparisonResult クラス

Microsoft.SqlServer.Dac.Deployment 名前空間