次の方法で共有


ModelComparisonResult.ElementsToDrop プロパティ

ターゲットには存在してもソースに存在しない要素の一覧。

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

構文

'宣言
Public ReadOnly Property ElementsToDrop As ReadOnlyCollection(Of TSqlObject)
    Get
'使用
Dim instance As ModelComparisonResult 
Dim value As ReadOnlyCollection(Of TSqlObject)

value = instance.ElementsToDrop
public ReadOnlyCollection<TSqlObject> ElementsToDrop { get; }
public:
property ReadOnlyCollection<TSqlObject^>^ ElementsToDrop {
    ReadOnlyCollection<TSqlObject^>^ get ();
}
member ElementsToDrop : ReadOnlyCollection<TSqlObject>
function get ElementsToDrop () : ReadOnlyCollection<TSqlObject>

プロパティ値

型: System.Collections.ObjectModel.ReadOnlyCollection<TSqlObject>

関連項目

参照

ModelComparisonResult クラス

Microsoft.SqlServer.Dac.Deployment 名前空間