Metoda RoleCollection.Add
Tworzy i dodaje Role do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add As Role
'Użycie
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
Wartość zwracana
Typ: Microsoft.AnalysisServices.Role
Nowy, pusty Role.
Zobacz także