ReplicationOperation 类
定义
ReplicationOperation 类表示一个 Active Directory 域服务复制操作。The ReplicationOperation class represents an Active Directory Domain Services replication operation.
public ref class ReplicationOperation
public class ReplicationOperation
type ReplicationOperation = class
Public Class ReplicationOperation
- 继承
-
ReplicationOperation
属性
| OperationNumber |
包含该复制操作的操作号码。Contains the operation number of this replication operation. |
| OperationType |
包含该操作表示的复制操作的类型。Contains the type of replication operation that this operation represents. |
| PartitionName |
包含与该复制操作相关联的分区的识别名。Contains the distinguished name of the partition that is associated with this replication operation. |
| Priority |
包含该复制操作的优先级。Contains the priority of this replication operation. |
| SourceServer |
包含该复制操作的源服务器的 DNS 名称。Contains the DNS name of the source server for this replication operation. |
| TimeEnqueued |
包含将该复制操作添加到操作队列的时间。Contains the time that this replication operation was added to the operation queue. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |