Skip to content

Commit d552e3e

Browse files
committed
more changes
1 parent ab38b61 commit d552e3e

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

docs/t-sql/spatial-geography/asgml-geography-data-type.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.technology: t-sql
77
ms.topic: reference
88
f1_keywords:
99
- "AsGml_(geography_Data_Type)_TSQL"
10-
- "AsGml_TSQL"
1110
- "AsGml (geography Data Type)"
1211
dev_langs:
1312
- "TSQL"

docs/t-sql/spatial-geometry/asgml-geometry-data-type.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.topic: reference
88
f1_keywords:
99
- "AsGml(geometry_Data_Type)_TSQL"
1010
- "AsGml(geometry Data Type)"
11-
- "AsGml_TSQL"
1211
dev_langs:
1312
- "TSQL"
1413
helpviewer_keywords:
@@ -30,22 +29,23 @@ For more information on Geography Markup Language, see the following Open Geospa
3029

3130
## Syntax
3231

33-
```
34-
32+
```sql
3533
.AsGml ( )
3634
```
3735

3836
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
3937

4038
## Return Types
41-
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] return type: **xml**
39+
40+
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] return type: **xml**
4241

43-
CLR return type: **SqlXml**
42+
CLR return type: **SqlXml**
4443

4544
## Remarks
4645

47-
## Examples
48-
The following example creates a `LineString` instance and uses `AsGML()` to return the GML description of the instance.
46+
## Examples
47+
48+
The following example creates a `LineString` instance and uses `AsGML()` to return the GML description of the instance.
4949

5050
```sql
5151
DECLARE @g geometry;

0 commit comments

Comments
 (0)