SqlGeometry.STLength Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o comprimento total dos elementos em uma SqlGeometry instância.
[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
Retornos
Um valor SqlDouble que contém o comprimento total dos elementos na chamada SqlGeometry.
- Atributos