次の方法で共有


MergeSessionDetail.RowsRetried プロパティ

ステップで再試行された行数を取得します。値の設定も可能です。

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

構文

'宣言
Public Property RowsRetried As Integer 
    Get 
    Set
'使用
Dim instance As MergeSessionDetail 
Dim value As Integer 

value = instance.RowsRetried

instance.RowsRetried = value
public int RowsRetried { get; set; }
public:
property int RowsRetried {
    int get ();
    void set (int value);
}
member RowsRetried : int with get, set
function get RowsRetried () : int 
function set RowsRetried (value : int)

プロパティ値

型: System.Int32
Int32 値です。

説明

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

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

関連項目

参照

MergeSessionDetail クラス

Microsoft.SqlServer.Replication 名前空間