HasM (tipo di dati geography)
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 GEOGRAPHY = 'Point(1 1 1 1)'
SELECT @p.HasM
--Returns: 1 (true)
Vedi anche
Metodi estesi sulle istanze di geografia
M (tipo di dati geography)