Defines the scopes of security that are available for a SharePoint site.
네임스페이스: ReportService2006
어셈블리: ReportService2006(ReportService2006.dll)
구문
‘선언
Public Enumeration SecurityScopeEnum
‘사용 방법
Dim instance As SecurityScopeEnum
public enum SecurityScopeEnum
public enum class SecurityScopeEnum
type SecurityScopeEnum
public enum SecurityScopeEnum
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| System | Return system items. | |
| Catalog | Return catalog items. | |
| Model | Return model items. | |
| All | Return all items. | |
| Unknown | Return items not associated with any type. |
주의
Used by the ListRoles and ListTasks methods to specify the security scope of items to return.