ReportingService2010.EndGetModelItemPolicies(IAsyncResult, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
cli::array <Microsoft::SqlServer::ReportingServices2010::Policy ^> ^ EndGetModelItemPolicies(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] bool % InheritParent);
public Microsoft.SqlServer.ReportingServices2010.Policy[] EndGetModelItemPolicies (IAsyncResult asyncResult, out bool InheritParent);
Public Function EndGetModelItemPolicies (asyncResult As IAsyncResult, ByRef InheritParent As Boolean) As Policy()
參數
- asyncResult
- IAsyncResult
- InheritParent
- Boolean
傳回
- Policy[]