RoleMemberCollection.AddRange Method (ICollection)

 

Applies To: SQL Server 2016 Preview

Adds the elements of an ICollection to the end of the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public void AddRange(
    ICollection items
)
public:
void AddRange(
    ICollection^ items
)
member AddRange : 
        items:ICollection -> unit
Public Sub AddRange (
    items As ICollection
)

Parameters

See Also

RoleMemberCollection Class
Microsoft.AnalysisServices Namespace

Return to top