Método Add
Creates and adds a Role to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Role
A new, empty Role.
Consulte também