AceStruct Members
Include Protected Members
Include Inherited Members
An access control entry for a trustee (user, group, or computer) that specifies the operations that a trustee can perform on items in the report server database.
The AceStruct type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AceStruct(String) | Creates a new instance of the AceStruct class with the specified principal name. |
![]() |
AceStruct(AceStruct) | Creates a new instance of the AceStruct class based on an existing AceStruct object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
CatalogOperations | Represents operations that users can perform on catalog item types. Catalog item types include roles, schedules, system properties, and jobs. |
![]() |
DatasourceOperations | Represents operations that users can perform on data source item types. |
![]() |
FolderOperations | Represents operations that users can perform on folder item types. |
![]() |
ModelItemOperations | |
![]() |
ModelOperations | |
![]() |
PrincipalName | A user, group, or computer name. |
![]() |
ReportOperations | Represents operations that users can perform on report item types. |
![]() |
ResourceOperations | Represents operations that users can perform on resource item types. |
Top