Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.85 KB

File metadata and controls

65 lines (54 loc) · 1.85 KB
title QueryDefinition Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
QueryDefinition Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
QueryDefinition
helpviewer_keywords
QueryDefinition element
ms.assetid 25bf0e93-d5c5-41df-b310-a253a4ace80e
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

QueryDefinition Element (ASSL)

Contains an opaque expression for a query associated with a DataSource element in a QueryBinding element.

Syntax

  
<QueryBinding>  
   ...  
   <QueryDefinition>...</QueryDefinition>  
   ...  
</QueryBinding>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element QueryBinding
Child elements None

Remarks

The element that corresponds to the parent of QueryDefinition in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.QueryBinding.

See Also

Properties (ASSL)