次の方法で共有


ReportingService2010.EndGetModelItemPolicies(IAsyncResult, Boolean) メソッド

定義

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);
member this.EndGetModelItemPolicies : IAsyncResult * bool -> Microsoft.SqlServer.ReportingServices2010.Policy[]
Public Function EndGetModelItemPolicies (asyncResult As IAsyncResult, ByRef InheritParent As Boolean) As Policy()

パラメーター

asyncResult
IAsyncResult
InheritParent
Boolean

戻り値

Policy[]

適用対象