Permalink
Fetching contributors…
Cannot retrieve contributors at this time
71 lines (57 sloc) 2.14 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic apiname apilocation apitype applies_to f1_keywords helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Statement Element (XMLA) | Microsoft Docs
03/14/2017
sql-server-2016
analysis-services
docset-sql-devref
reference
Statement Element
Schema
SQL Server 2016 Preview
microsoft.xml.analysis.statement
urn:schemas-microsoft-com:xml-analysis#Statement
Statement command
bfedc03c-d476-4d55-b5fd-36169f01351a
14
jeannt
jeannt
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)