ReportingService2006.ListModelItemChildrenAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ListModelItemChildrenAsync(String, String, Boolean) | |
ListModelItemChildrenAsync(String, String, Boolean, 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)
Parâmetros
- Model
- String
- ModelItemID
- String
- Recursive
- Boolean
Aplica-se a
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)
Parâmetros
- Model
- String
- ModelItemID
- String
- Recursive
- Boolean
- userState
- Object