Méthode RoleMemberCollection.Add

Adds the specified RoleMember to the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As RoleMember _
) As Integer
'Utilisation
Dim instance As RoleMemberCollection 
Dim item As RoleMember 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    RoleMember item
)
public:
int Add(
    RoleMember^ item
)
member Add : 
        item:RoleMember -> int
public function Add(
    item : RoleMember
) : int

Paramètres

Valeur de retour

Type : System.Int32
The zero-based index in collection where the RoleMember was added.

Voir aussi

Référence

RoleMemberCollection Classe

Espace de noms Microsoft.AnalysisServices