Classe Role
Represents a role for use in Reporting Services security.
Gerarchia di ereditarietà
System.Object
ReportService2010.Role
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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 | |
---|---|---|
Role | Initializes a new instance of the Role class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Description | Gets or sets the description of the role. | |
Name | Gets or sets the name of the role. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.