Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines the scopes of security that are available for a SharePoint site.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Enumeration SecurityScopeEnum
'Usage
Dim instance As SecurityScopeEnum
public enum SecurityScopeEnum
public enum class SecurityScopeEnum
type SecurityScopeEnum
public enum SecurityScopeEnum
Members
| Member name | Description | |
|---|---|---|
| All | Return all items. | |
| Catalog | Return catalog items. | |
| Model | Return model items. | |
| System | Return system items. | |
| Unknown | Return items not associated with any type. |
Remarks
Used by the ListRoles and ListTasks methods to specify the security scope of items to return.