Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit ff937e1

Browse files
authored
Merge pull request #13725 from MightyPen/jan13e
Fix Issue #4041 partially. XML applies & monikerRange now includes Azure SQL DB.
2 parents bb5cc6b + 11816f7 commit ff937e1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/relational-databases/xml/xml-data-sql-server.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "XML Data (SQL Server) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/14/2017"
4+
ms.date: "02/10/2020"
55
ms.prod: sql
66
ms.prod_service: "database-engine"
77
ms.reviewer: ""
@@ -13,9 +13,10 @@ helpviewer_keywords:
1313
ms.assetid: 6a1793c9-9856-485c-aac5-88fda62f61a8
1414
author: MightyPen
1515
ms.author: genemi
16+
monikerRange: "= azuresqldb-current || >= sql-server-2016 || >= sql-server-linux-2017 || = sqlallproducts-allversions"
1617
---
1718
# XML Data (SQL Server)
18-
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
19+
[!INCLUDE[appliesto-ss-asdb-xxxx-xxx-md](../../includes/appliesto-ss-asdb-xxxx-xxx-md.md)]
1920
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] provides a powerful platform for developing rich applications for semi-structured data management. Support for XML is integrated into all the components in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and includes the following:
2021

2122
- The **xml** data type. XML values can be stored natively in an **xml** data type column that can be typed according to a collection of XML schemas, or left untyped. You can index the XML column.

0 commit comments

Comments
 (0)