다음을 통해 공유


ReportingService2005.ListModelItemChildrenAsync 메서드

정의

오버로드

ListModelItemChildrenAsync(String, String, Boolean, Object)
ListModelItemChildrenAsync(String, String, Boolean)

ListModelItemChildrenAsync(String, String, Boolean, Object)

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

매개 변수

Model
String
ModelItemID
String
Recursive
Boolean
userState
Object

적용 대상

ListModelItemChildrenAsync(String, String, Boolean)

public:
 void ListModelItemChildrenAsync(System::String ^ Model, System::String ^ ModelItemID, bool Recursive);
public void ListModelItemChildrenAsync (string Model, string ModelItemID, bool Recursive);
member this.ListModelItemChildrenAsync : string * string * bool -> unit
Public Sub ListModelItemChildrenAsync (Model As String, ModelItemID As String, Recursive As Boolean)

매개 변수

Model
String
ModelItemID
String
Recursive
Boolean

적용 대상