SqlGeometry.M Propiedad

Definición

Obtiene el valor M (medida) de la SqlGeometry instancia. La semántica del valor de medida la define el usuario.

public System.Data.SqlTypes.SqlDouble M { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.M : System.Data.SqlTypes.SqlDouble
Public ReadOnly Property M As SqlDouble

Valor de propiedad

Valor SqlDouble que contiene la medida del SqlGeometry valor.

Atributos

Se aplica a