Policy-Klasse
Represents groups and users and their roles, which are associated with items in a report server database or SharePoint library.
Vererbungshierarchie
System.Object
ReportService2010.Policy
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Policy
'Usage
Dim instance As Policy
[SerializableAttribute]
public class Policy
[SerializableAttribute]
public ref class Policy
[<SerializableAttribute>]
type Policy = class end
public class Policy
Der Policy-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
Policy | Initializes a new instance of the Policy class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
GroupUserName | Gets or sets the name of a group or user. | |
Roles | Gets or sets the roles associated with the group or user. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.