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 |