ReportingService2010.ListChildrenAsync 方法

定義

多載

ListChildrenAsync(String, Boolean)
ListChildrenAsync(String, Boolean, Object)

ListChildrenAsync(String, Boolean)

public:
 void ListChildrenAsync(System::String ^ ItemPath, bool Recursive);
public void ListChildrenAsync (string ItemPath, bool Recursive);
Public Sub ListChildrenAsync (ItemPath As String, Recursive As Boolean)

參數

ItemPath
String
Recursive
Boolean

適用於

ListChildrenAsync(String, Boolean, Object)

public:
 void ListChildrenAsync(System::String ^ ItemPath, bool Recursive, System::Object ^ userState);
public void ListChildrenAsync (string ItemPath, bool Recursive, object userState);
Public Sub ListChildrenAsync (ItemPath As String, Recursive As Boolean, userState As Object)

參數

ItemPath
String
Recursive
Boolean
userState
Object

適用於