Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.1 KB

File metadata and controls

69 lines (58 loc) · 2.1 KB
title ID Element (XMLA) | 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
ID Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
urn:schemas-microsoft-com:xml-analysis#ID
microsoft.xml.analysis.id
helpviewer_keywords
ID element
ms.assetid f7d67599-6a70-4455-bfdb-1d127e5eff4e
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

ID Element (XMLA)

Identifies a lock on which to execute the parent Lock or Unlock element.

Syntax

  
<Lock> <!-- or Unlock>  
   ...  
   <ID>...</ID>  
   ...  
</Lock>  

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 elements Lock, Unlock
Child elements None

Remarks

The ID element contains a globally unique identifier (GUID) used to identify a lock.

See Also

Object Element (XMLA)
Mode Element (XMLA)
Properties (XMLA)