Classe Role
Represents a role for use in Reporting Services security.
Hierarquia de herança
System. . :: . .Object
ReportService2006..::..Role
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<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
O tipo Role expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Description | Gets or sets the description of the role. | |
Name | Gets or sets the name of the role. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
A Role object is returned as output by the ListRoles method.
Use the Role class together with the Roles property of the Policy class.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.