Clase Role
Represents a role for use in Reporting Services security.
Jerarquía de herencia
System. . :: . .Object
ReportService2006..::..Role
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class Role
'Uso
Dim instance As Role
[SerializableAttribute]
public class Role
[SerializableAttribute]
public ref class Role
[<SerializableAttribute>]
type Role = class end
public class Role
El tipo Role expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Gets or sets the description of the role. | |
Name | Gets or sets the name of the role. |
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 Role object is returned as output by the ListRoles method.
Use the Role class together with the Roles property of the Policy class.
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.