Classe Policy
Represents groups and users and their roles, which are associated with items in the report server database.
Hierarquia de herança
System. . :: . .Object
ReportService2005..::..Policy
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.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 | The name of a group or user. | |
Roles | The roles that are associated with a 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.