ActiveDirectoryReplicationMetadata 类

定义

ActiveDirectoryReplicationMetadata 类包含一组Active Directory 域服务属性的复制信息。

public ref class ActiveDirectoryReplicationMetadata : System::Collections::DictionaryBase
public class ActiveDirectoryReplicationMetadata : System.Collections.DictionaryBase
type ActiveDirectoryReplicationMetadata = class
    inherit DictionaryBase
Public Class ActiveDirectoryReplicationMetadata
Inherits DictionaryBase
继承
ActiveDirectoryReplicationMetadata

属性

名称 说明
AttributeNames

获取此集合中包含的名称。

Count

获取实例中包含的 DictionaryBase 元素数。

(继承自 DictionaryBase)
Dictionary

获取实例中包含的 DictionaryBase 元素列表。

(继承自 DictionaryBase)
InnerHashtable

获取实例中包含的 DictionaryBase 元素列表。

(继承自 DictionaryBase)
Item[String]

获取此集合中的对象 AttributeMetadata

Values

获取此集合中包含的值。

方法

名称 说明
Clear()

清除实例的内容 DictionaryBase

(继承自 DictionaryBase)
Contains(String)

确定指定的属性是否在此集合中。

CopyTo(Array, Int32)

DictionaryBase 元素复制到指定索引处的一维 Array

(继承自 DictionaryBase)
CopyTo(AttributeMetadata[], Int32)

从目标数组的指定索引开始,将此集合中的所有 AttributeMetadata 对象复制到指定数组。

Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

返回循环访问实例的IDictionaryEnumerator一个DictionaryBase

(继承自 DictionaryBase)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
OnClear()

在清除实例的内容 DictionaryBase 之前执行其他自定义过程。

(继承自 DictionaryBase)
OnClearComplete()

清除实例的内容 DictionaryBase 后,执行其他自定义进程。

(继承自 DictionaryBase)
OnGet(Object, Object)

获取实例中 DictionaryBase 具有指定键和值的元素。

(继承自 DictionaryBase)
OnInsert(Object, Object)

在将新元素 DictionaryBase 插入实例之前执行其他自定义过程。

(继承自 DictionaryBase)
OnInsertComplete(Object, Object)

在将新元素 DictionaryBase 插入实例后执行其他自定义进程。

(继承自 DictionaryBase)
OnRemove(Object, Object)

在从 DictionaryBase 实例中删除元素之前执行其他自定义过程。

(继承自 DictionaryBase)
OnRemoveComplete(Object, Object)

DictionaryBase 实例中删除元素后执行其他自定义进程。

(继承自 DictionaryBase)
OnSet(Object, Object, Object)

在实例中 DictionaryBase 设置值之前执行其他自定义过程。

(继承自 DictionaryBase)
OnSetComplete(Object, Object, Object)

在实例中 DictionaryBase 设置值后执行其他自定义进程。

(继承自 DictionaryBase)
OnValidate(Object, Object)

使用指定的键和值验证元素时执行其他自定义过程。

(继承自 DictionaryBase)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

显式接口实现

名称 说明
ICollection.IsSynchronized

获取一个值,该值指示是否同步对 DictionaryBase 对象的访问(线程安全)。

(继承自 DictionaryBase)
ICollection.SyncRoot

获取可用于同步对 DictionaryBase 对象的访问的对象。

(继承自 DictionaryBase)
IDictionary.Add(Object, Object)

将具有指定键和值的元素添加到 .DictionaryBase

(继承自 DictionaryBase)
IDictionary.Contains(Object)

确定 DictionaryBase 是否包含特定密钥。

(继承自 DictionaryBase)
IDictionary.IsFixedSize

获取一个值,该值指示对象是否 DictionaryBase 具有固定大小。

(继承自 DictionaryBase)
IDictionary.IsReadOnly

获取一个值,该值指示对象 DictionaryBase 是否为只读。

(继承自 DictionaryBase)
IDictionary.Item[Object]

获取或设置与指定键关联的值。

(继承自 DictionaryBase)
IDictionary.Keys

获取一个 ICollection 对象,该对象包含对象 DictionaryBase 中的键。

(继承自 DictionaryBase)
IDictionary.Remove(Object)

从 中移除具有指定键的 DictionaryBase元素。

(继承自 DictionaryBase)
IDictionary.Values

获取一个 ICollection 对象,该对象包含对象 DictionaryBase 中的值。

(继承自 DictionaryBase)
IEnumerable.GetEnumerator()

返回循环访问的IEnumerator一个 DictionaryBase

(继承自 DictionaryBase)

扩展方法

名称 说明
AsParallel(IEnumerable)

启用查询的并行化。

AsQueryable(IEnumerable)

IEnumerable 转换为 IQueryable

Cast<TResult>(IEnumerable)

IEnumerable 的元素强制转换为指定类型。

OfType<TResult>(IEnumerable)

根据指定类型筛选 IEnumerable 的元素。

适用于

另请参阅