Поделиться через


Свойство Server.Roles

Gets the collection of Roles for a database, cube, or mining model.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property Roles As RoleCollection 
    Get
'Применение
Dim instance As Server 
Dim value As RoleCollection 

value = instance.Roles
public RoleCollection Roles { get; }
public:
property RoleCollection^ Roles {
    RoleCollection^ get ();
}
member Roles : RoleCollection
function get Roles () : RoleCollection

Значение свойства

Тип: Microsoft.AnalysisServices.RoleCollection
A collection of roles.

Замечания

Roles indicate specific security permissions that are associated with a given database, cube, or mining model.

См. также

Справочник

Server Класс

Пространство имен Microsoft.AnalysisServices