SqlGeometry.STLength Método

Definición

Devuelve la longitud total de los elementos de una SqlGeometry instancia.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlDouble STLength();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STLength : unit -> System.Data.SqlTypes.SqlDouble
Public Function STLength () As SqlDouble

Devoluciones

Valor sqlDouble que contiene la longitud total de los elementos de la llamada a SqlGeometry.

Atributos

Se aplica a