SchemaNameCollection.AddRange 方法
定义
重载
| AddRange(SchemaNameCollection) |
将一组指定的架构名追加到此集合中。Appends a set of specified schema names to this collection. |
| AddRange(String[]) |
将一组指定的架构名追加到此集合中。Appends a set of specified schema names to this collection. |
AddRange(SchemaNameCollection)
将一组指定的架构名追加到此集合中。Appends a set of specified schema names to this collection.
public:
void AddRange(System::DirectoryServices::SchemaNameCollection ^ value);
public void AddRange (System.DirectoryServices.SchemaNameCollection value);
member this.AddRange : System.DirectoryServices.SchemaNameCollection -> unit
Public Sub AddRange (value As SchemaNameCollection)
参数
- value
- SchemaNameCollection
SchemaNameCollection 包含要添加的架构名。A SchemaNameCollection that contains the schema names to add.
适用于
AddRange(String[])
将一组指定的架构名追加到此集合中。Appends a set of specified schema names to this collection.
public:
void AddRange(cli::array <System::String ^> ^ value);
public void AddRange (string[] value);
member this.AddRange : string[] -> unit
Public Sub AddRange (value As String())
参数
- value
- String[]
String 类型的数组,它包含要添加的架构名。An array of type String that contains the schema names to add.