ReportingService2005.GetPolicies Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns the policies that are associated with a particular item in the report server database.
Syntax
'Declaration
Public Function GetPolicies ( _
Item As String, _
ByRef InheritParent As Boolean _
) As Policy()
public Policy[] GetPolicies (
string Item,
out bool InheritParent
)
public:
array<Policy^>^ GetPolicies (
String^ Item,
bool% InheritParent
)
public Policy[] GetPolicies (
String Item,
/** @attribute */ /** @ref */ boolean InheritParent
)
JScript does not support passing value-type arguments by reference.
Parameters
- Item
The full path name of the item.
- InheritParent
A Boolean expression that indicates whether the item inherits policies from its parent.
Return Value
An array of Policy objects that contains the users and roles associated with the item.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
See Also
Reference
ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace