Condividi tramite


Classe Role

Represents a role for use in Reporting Services security. 

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2006..::..Role

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class Role
'Utilizzo
Dim instance As Role
[SerializableAttribute]
public class Role
[SerializableAttribute]
public ref class Role
[<SerializableAttribute>]
type Role =  class end
public class Role

Nel tipo Role sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Role Initializes a new instance of the Role class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Gets or sets the description of the role.
Proprietà pubblica Name Gets or sets the name of the role.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

A Role object is returned as output by the ListRoles method.

Use the Role class together with the Roles property of the Policy class.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento