ReportingService2005.RemoveAllModelItemPoliciesAsync 方法

定义

重载

RemoveAllModelItemPoliciesAsync(String)
RemoveAllModelItemPoliciesAsync(String, Object)

RemoveAllModelItemPoliciesAsync(String)

public:
 void RemoveAllModelItemPoliciesAsync(System::String ^ Model);
public void RemoveAllModelItemPoliciesAsync (string Model);
member this.RemoveAllModelItemPoliciesAsync : string -> unit
Public Sub RemoveAllModelItemPoliciesAsync (Model As String)

参数

Model
String

适用于

RemoveAllModelItemPoliciesAsync(String, Object)

public:
 void RemoveAllModelItemPoliciesAsync(System::String ^ Model, System::Object ^ userState);
public void RemoveAllModelItemPoliciesAsync (string Model, object userState);
member this.RemoveAllModelItemPoliciesAsync : string * obj -> unit
Public Sub RemoveAllModelItemPoliciesAsync (Model As String, userState As Object)

参数

Model
String
userState
Object

适用于