ReportingService2010.ListModelItemChildrenAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 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);
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);
Public Sub ListModelItemChildrenAsync (Model As String, ModelItemID As String, Recursive As Boolean)
參數
- Model
- String
- ModelItemID
- String
- Recursive
- Boolean