ClrAssemblyFileCollection.AddRange Method (ICollection)
Applies To: SQL Server (starting with 2016)
Adds the elements of an ICollection to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public void AddRange(
ICollection items
)
public:
void AddRange(
ICollection^ items
)
member AddRange :
items:ICollection -> unit
Public Sub AddRange (
items As ICollection
)
Parameters
items
Type: System.Collections.ICollectionThe ICollection whose elements should be added.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | c is a null reference (Nothing in Visual Basic). |
See Also
ClrAssemblyFileCollection Class
Microsoft.AnalysisServices Namespace
Return to top