title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.custom | f1_keywords | helpviewer_keywords | dev_langs | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
STNumGeometries (geometry Data Type) |
STNumGeometries (geometry Data Type) |
MladjoA |
mlandzic |
08/03/2017 |
sql |
t-sql |
reference |
|
|
|
|
[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB]
Returns the number of geometries that comprise a geometry instance.
.STNumGeometries ( )
[!INCLUDEssNoVersion] return type: int
CLR return type: SqlInt32
This method returns 1 if the geometry instance is not a MultiPoint, MultiLineString, MultiPolygon, or GeometryCollection instance, and 0 if the geometry instance is empty.
Note
If a GeometryCollection has nested empty elements, STNumGeometries()
will not return 0. Though the elements in the GeometryCollection instance are empty, the instance itself is not an empty set.