Freigeben über


AceStruct-Member

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.

Der AceStruct-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AceStruct(String) Creates a new instance of the AceStruct class with the specified principal name.
Öffentliche Methode AceStruct(AceStruct) Creates a new instance of the AceStruct class based on an existing AceStruct object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

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

Zum Anfang