ReplicationNeighbor.LastSyncResult 属性

定义

获取与上次从此源进行的复制尝试关联的错误代码。

public:
 property int LastSyncResult { int get(); };
public int LastSyncResult { get; }
member this.LastSyncResult : int
Public ReadOnly Property LastSyncResult As Integer

属性值

上次复制尝试的错误代码。 如果上次尝试成功,则该值为 ERROR_SUCCESS。

适用于

另请参阅