Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.14 KB

File metadata and controls

68 lines (56 loc) · 2.14 KB
title ExecuteResponse Element (XMLA) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
ExecuteResponse Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
urn:schemas-microsoft-com:xml-analysis#ExecuteResponse
microsoft.xml.analysis.executeresponse
helpviewer_keywords
ExecuteResponse element
ms.assetid 6edb1b82-da4c-4cd9-9385-bea04032f0eb
caps.latest.revision 13
author jeannt
ms.author jeannt
manager erikre

XML Elements - Objects - ExecuteResponse

Contains the information returned by an instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] in response to an Execute method call.

Namespace urn:schemas-microsoft-com:xml-analysis

Syntax

  
<ExecuteResponse>  
   <return>  
</ExecuteResponse>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 1-1: Required element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements None
Child elements return

Remarks

The ExecuteResponse element is the topmost element within the body of a SOAP response for the Execute method.

See Also

DiscoverResponse Element (XMLA)
Objects (XMLA)