Metodo RoleCollection.Add
Creates and adds a Role to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add As Role
'Utilizzo
Dim instance As RoleCollection
Dim returnValue As Role
returnValue = instance.Add()
public Role Add()
public:
Role^ Add()
member Add : unit -> Role
public function Add() : Role
Valore restituito
Tipo: Microsoft.AnalysisServices.Role
A new, empty Role.