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


Перечисление SecurityScopeEnum

Defines the scopes of security that are available on the report server.

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration SecurityScopeEnum
'Применение
Dim instance As SecurityScopeEnum
[SerializableAttribute]
public enum SecurityScopeEnum
[SerializableAttribute]
public enum class SecurityScopeEnum
[<SerializableAttribute>]
type SecurityScopeEnum
public enum SecurityScopeEnum

Элементы

Имя элемента Описание
System Return system items.
Catalog Return catalog items.
Model Return model items.
All Return all items.

Замечания

Used by the ListRoles and ListTasks methods to specify the security scope of items to return.

См. также

Справочник