RoleCollection.Add Método
Creates and adds a Role to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add As Role
'Uso
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
Valor devuelto
Tipo: Microsoft.AnalysisServices.Role
A new, empty Role.