Classe Policy
Represents groups and users and their roles, which are associated with items in the report server database.
Hiérarchie d'héritage
System. . :: . .Object
ReportService2005..::..Policy
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class Policy
'Utilisation
Dim instance As Policy
[SerializableAttribute]
public class Policy
[SerializableAttribute]
public ref class Policy
[<SerializableAttribute>]
type Policy = class end
public class Policy
Le type Policy expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Policy | Initializes a new instance of the Policy class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
GroupUserName | The name of a group or user. | |
Roles | The roles that are associated with a group or user. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.