Compartir a través de


RoleMemberCollection.AddRange Método

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub AddRange ( _
    items As ICollection _
)
'Uso
Dim instance As RoleMemberCollection 
Dim items As ICollection

instance.AddRange(items)
public void AddRange(
    ICollection items
)
public:
void AddRange(
    ICollection^ items
)
member AddRange : 
        items:ICollection -> unit
public function AddRange(
    items : ICollection
)

Parámetros

Vea también

Referencia

RoleMemberCollection Clase

Espacio de nombres Microsoft.AnalysisServices