ReportingService2005.EndGetModelItemPolicies(IAsyncResult, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <Microsoft::SqlServer::ReportingServices2005::Policy ^> ^ EndGetModelItemPolicies(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] bool % InheritParent);
public Microsoft.SqlServer.ReportingServices2005.Policy[] EndGetModelItemPolicies (IAsyncResult asyncResult, out bool InheritParent);
member this.EndGetModelItemPolicies : IAsyncResult * bool -> Microsoft.SqlServer.ReportingServices2005.Policy[]
Public Function EndGetModelItemPolicies (asyncResult As IAsyncResult, ByRef InheritParent As Boolean) As Policy()
Parameters
- asyncResult
- IAsyncResult
- InheritParent
- Boolean
Returns
Policy[]