Перечисление SecurityItemType
Describes the item associated with a specific authorization request.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Синтаксис
'Декларация
Public Enumeration SecurityItemType
'Применение
Dim instance As SecurityItemType
public enum SecurityItemType
public enum class SecurityItemType
type SecurityItemType
public enum SecurityItemType
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Unknown | Represents an unknown item type. | |
| Catalog | Represents the entire report server database. | |
| Folder | Represents a folder item type. | |
| Report | Represents a report item type. | |
| Resource | Represents a resource item type. | |
| Datasource | Represents a data source item type. | |
| Model | ||
| ModelItem |