Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 2.14 KB

File metadata and controls

71 lines (57 loc) · 2.14 KB
title Statement 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
Statement Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.statement
urn:schemas-microsoft-com:xml-analysis#Statement
helpviewer_keywords
Statement command
ms.assetid bfedc03c-d476-4d55-b5fd-36169f01351a
caps.latest.revision 14
author jeannt
ms.author jeannt
manager erikre

Statement Element (XMLA)

Contains a query or statement to be sent using the Execute method to an instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion].

Syntax

  
<Command>  
   <Statement>...</Statement>  
</Command>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements Command
Child elements None

Remarks

The Statement command executes a query or statement on the [!INCLUDEssASnoversion] instance. [!INCLUDEssASnoversion] supports the following languages:

  • Multidimensional Expressions (MDX)

  • Data Mining Extensions (MDX)

  • A subset of Structured Query Language (SQL)

See Also

Commands (XMLA)