Clase Policy
Represents groups and users and their roles, which are associated with items in a report server database or SharePoint library.
Jerarquía de herencia
System.Object
ReportService2010.Policy
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class Policy
'Uso
Dim instance As Policy
[SerializableAttribute]
public class Policy
[SerializableAttribute]
public ref class Policy
[<SerializableAttribute>]
type Policy = class end
public class Policy
El tipo Policy expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Policy | Initializes a new instance of the Policy class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
GroupUserName | Gets or sets the name of a group or user. | |
Roles | Gets or sets the roles associated with the group or user. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.