Classe Policy
Represents groups and users and their roles, which are associated with items in a report server database or SharePoint library.
Hierarquia de herança
System. . :: . .Object
ReportService2010..::..Policy
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class Policy
'Uso
Dim instance As Policy
[SerializableAttribute]
public class Policy
[SerializableAttribute]
public ref class Policy
[<SerializableAttribute>]
type Policy = class end
public class Policy
O tipo Policy expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
GroupUserName | Gets or sets the name of a group or user. | |
Roles | Gets or sets the roles associated with the group or user. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.