ReplicationNeighbor.LastSyncResult 属性

定义

获取与上次从此源进行的复制尝试关联的错误代码。Gets the error code that is associated with the last replication attempt from this source.

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

属性值

Int32

上次复制尝试的错误代码。The error code for the last replication attempt. 如果上次尝试成功,则该值为 ERROR_SUCCESS。If the last attempt succeeded, the value is ERROR_SUCCESS.

适用于

另请参阅