Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Defines the scopes of security that are available on the report server.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Сборка: ReportService2005 (in reportingservice2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration SecurityScopeEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum SecurityScopeEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum class SecurityScopeEnum
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */
public enum SecurityScopeEnum
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")
public enum SecurityScopeEnum
Members
| Member name | Description |
|---|---|
| All | Return all items. |
| Catalog | Return catalog items. |
| Model | Return model items. |
| System | Return system items. |
Замечания
Used by the ListRoles and ListTasks methods to specify the security scope of items to return.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace