ReportingService2005.InheritModelItemParentSecurityAsync 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
InheritModelItemParentSecurityAsync(String, String) | |
InheritModelItemParentSecurityAsync(String, String, Object) |
InheritModelItemParentSecurityAsync(String, String)
public:
void InheritModelItemParentSecurityAsync(System::String ^ Model, System::String ^ ModelItemID);
public void InheritModelItemParentSecurityAsync (string Model, string ModelItemID);
member this.InheritModelItemParentSecurityAsync : string * string -> unit
Public Sub InheritModelItemParentSecurityAsync (Model As String, ModelItemID As String)
Parameters
- Model
- String
- ModelItemID
- String
Applies to
InheritModelItemParentSecurityAsync(String, String, Object)
public:
void InheritModelItemParentSecurityAsync(System::String ^ Model, System::String ^ ModelItemID, System::Object ^ userState);
public void InheritModelItemParentSecurityAsync (string Model, string ModelItemID, object userState);
member this.InheritModelItemParentSecurityAsync : string * string * obj -> unit
Public Sub InheritModelItemParentSecurityAsync (Model As String, ModelItemID As String, userState As Object)
Parameters
- Model
- String
- ModelItemID
- String
- userState
- Object