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. |