DeleteConflictCount プロパティ

パブリッシュされたテーブルで削除した結果生じる、競合テーブル内の競合行の総数を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Property DeleteConflictCount As Integer
    Get
'使用
Dim instance As MergeConflictCount
Dim value As Integer

value = instance.DeleteConflictCount
public int DeleteConflictCount { get; }
public:
property int DeleteConflictCount {
    int get ();
}
member DeleteConflictCount : int
function get DeleteConflictCount () : int

プロパティ値

型: System. . :: . .Int32
Int32 値です。

説明

このプロパティは、すべてのユーザーが取得または設定できます。

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。