Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the policies that are associated with a particular item in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Function GetPolicies ( _
Item As String, _
<OutAttribute> ByRef InheritParent As Boolean _
) As Policy()
'Usage
Dim instance As ReportingService2005
Dim Item As String
Dim InheritParent As Boolean
Dim returnValue As Policy()
returnValue = instance.GetPolicies(Item, _
InheritParent)
public Policy[] GetPolicies(
string Item,
out bool InheritParent
)
public:
array<Policy^>^ GetPolicies(
String^ Item,
[OutAttribute] bool% InheritParent
)
member GetPolicies :
Item:string *
InheritParent:bool byref -> Policy[]
public function GetPolicies(
Item : String,
InheritParent : boolean
) : Policy[]
Parameter
- Item
Typ: System.String
The full path name of the item.
- InheritParent
Typ: System.Boolean%
A Boolean expression that indicates whether the item inherits policies from its parent.
Rückgabewert
Typ: array<ReportService2005.Policy[]
An array of Policy objects that contains the users and roles associated with the item.
Hinweise
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
Depends on the item type:
|