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
Public method AceStruct(String) Creates a new instance of the AceStruct class with the specified principal name.
Public method AceStruct(AceStruct) Creates a new instance of the AceStruct class based on an existing AceStruct object.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Public field CatalogOperations Represents operations that users can perform on catalog item types. Catalog item types include roles, schedules, system properties, and jobs.
Public field DatasourceOperations Represents operations that users can perform on data source item types.
Public field FolderOperations Represents operations that users can perform on folder item types.
Public field ModelItemOperations
Public field ModelOperations
Public field PrincipalName A user, group, or computer name.
Public field ReportOperations Represents operations that users can perform on report item types.
Public field ResourceOperations Represents operations that users can perform on resource item types.

Top