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
成员
成员名称 | 说明 | |
---|---|---|
Catalog | Represents the entire report server database. | |
Datasource | Represents a data source item type. | |
Folder | Represents a folder item type. | |
Model | Represents a model type. | |
ModelItem | Represents a model item type. | |
Report | Represents a report item type. | |
Resource | Represents a resource item type. | |
Unknown | Represents an unknown item type. |