Compartir a través de


M Propiedad

Gets the M (measure) value of the SqlGeometry instance. The semantics of the measure value are user-defined.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public ReadOnly Property M As SqlDouble
    Get
'Uso
Dim instance As SqlGeometry
Dim value As SqlDouble

value = instance.M
public SqlDouble M { get; }
public:
property SqlDouble M {
    SqlDouble get ();
}
member M : SqlDouble
function get M () : SqlDouble

Valor de la propiedad

Tipo: System.Data.SqlTypes. . :: . .SqlDouble
A SqlDouble value containing the measure of the SqlGeometry value.

Comentarios

The value of this property is null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). if the SqlGeometry instance is not a Point, as well as for any Point instance for which it is not set.

This property is read-only.

M values are not used in any calculations made by the library and will not be carried through any library calculations.