HasM (tipo di dati geometry)
Si applica a: SQL Server database SQL di Azure Istanza gestita di SQL di Azure database SQL in Microsoft Fabric
Restituisce 1 (true) se un oggetto spaziale contiene almeno un valore M; in caso contrario, restituisce 0 (false).
Sintassi
.HasM
Tipi restituiti
Tipo SQL Server restituito: bit
Tipo CLR restituito: Boolean
Osservazioni:
Esempi
DECLARE @p GEOMETRY = 'Point(1 1 1 1)'
SELECT @p.HasM
--Returns: 1 (true)
Vedi anche
Metodi estesi sulle istanze di geometria
M (tipo di dati geometry)