Classe Role
Represents a role for use in Reporting Services security.
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
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.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2006..::..Role
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.