Metodo RoleMemberCollection.Add
Adds the specified RoleMember to the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As RoleMember _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices.RoleMember
The RoleMember to add to the collection.
Valore restituito
Tipo: System.Int32
The zero-based index in collection where the RoleMember was added.