ActiveDirectorySiteLinkCollection.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a range of items to this collection.
Overloads
AddRange(ActiveDirectorySiteLink[]) |
Appends the contents of the specified ActiveDirectorySiteLink array to this collection. |
AddRange(ActiveDirectorySiteLinkCollection) |
Appends the contents of the specified ActiveDirectorySiteLinkCollection object to this collection. |
AddRange(ActiveDirectorySiteLink[])
Appends the contents of the specified ActiveDirectorySiteLink array to this collection.
public:
void AddRange(cli::array <System::DirectoryServices::ActiveDirectory::ActiveDirectorySiteLink ^> ^ links);
public void AddRange (System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[] links);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[] -> unit
Public Sub AddRange (links As ActiveDirectorySiteLink())
Parameters
- links
- ActiveDirectorySiteLink[]
The ActiveDirectorySiteLink array that contains the objects to append to this collection.
Exceptions
A call to the underlying directory service resulted in an error.
The object already exists in the collection.
links
is null
.
The ActiveDirectorySiteLink object has not yet been saved in the Active Directory Domain Services store.
See also
Applies to
AddRange(ActiveDirectorySiteLinkCollection)
Appends the contents of the specified ActiveDirectorySiteLinkCollection object to this collection.
public:
void AddRange(System::DirectoryServices::ActiveDirectory::ActiveDirectorySiteLinkCollection ^ links);
public void AddRange (System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection links);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection -> unit
Public Sub AddRange (links As ActiveDirectorySiteLinkCollection)
Parameters
The ActiveDirectorySiteLinkCollection object that contains the objects to append to this collection.
Exceptions
A call to the underlying directory service resulted in an error.
The object already exists in this collection.
links
is null
.
The ActiveDirectorySiteLink object has not yet been saved in the Active Directory Domain Services store.