Classe Role
Represents a role for use in Reporting Services security.
Gerarchia di ereditarietà
System.Object
ReportService2005.Role
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class Role
'Utilizzo
Dim instance As Role
public class Role
public ref class Role
type Role = class end
public class Role
Nel tipo Role sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Role | Instantiates a new instance of a 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 Role 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.