Classe Role
Represents a role for use in Reporting Services security.
Hierarquia de herança
System.Object
ReportService2005.Role
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Class Role
'Uso
Dim instance As Role
public class Role
public ref class Role
type Role = class end
public class Role
O tipo Role expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
Role | Instantiates a new instance of a Role class. |
Início
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 Role 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.