Classe Policy
Represents groups and users and their roles, which are associated with items in a report server database or SharePoint library.
Gerarchia di ereditarietà
System.Object
ReportService2010.Policy
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class Policy
'Utilizzo
Dim instance As Policy
[SerializableAttribute]
public class Policy
[SerializableAttribute]
public ref class Policy
[<SerializableAttribute>]
type Policy = class end
public class Policy
Nel tipo Policy sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Policy | Initializes a new instance of the Policy class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
GroupUserName | Gets or sets the name of a group or user. | |
Roles | Gets or sets the roles associated with the group or user. |
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 Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
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.