Compartir a través de


SecurityScopeEnum Enumeración

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

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Enumeration SecurityScopeEnum
'Uso
Dim instance As SecurityScopeEnum
[SerializableAttribute]
public enum SecurityScopeEnum
[SerializableAttribute]
public enum class SecurityScopeEnum
[<SerializableAttribute>]
type SecurityScopeEnum
public enum SecurityScopeEnum

Miembros

Nombre del miembro Descripción
System Return system items.
Catalog Return catalog items.
Model Return model items.
All Return all items.

Notas

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

Vea también

Referencia