ReportingService2005.RemoveAllModelItemPoliciesAsync 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.
Overloads
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)
Parameters
- Model
- String
Applies to
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)
Parameters
- Model
- String
- userState
- Object