Condividi tramite


HasM (tipo di dati geography)

Restituisce 1 (true) se un oggetto spaziale contiene almeno un valore M; in caso contrario, restituisce 0 (false).

Sintassi

.HasM()

Tipi restituiti

SQL Server - tipo restituito: bit

CLR - tipo restituito: Boolean

Esempi

DECLARE @p GEOGRAPHY = 'Point(1 1 1 1)'
SELECT @p.HasM 
--Returns: 1 (true)

Vedere anche

Riferimento

M (tipo di dati geography)

Altre risorse

Metodi estesi sulle istanze di geografia