SqlGeography.Parse(SqlString) Método

Definição

Retorna uma SqlGeography instância de uma representação do OGC (Open Geospatial Consortium) Texto Bem Conhecido (WKT).

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public static Microsoft.SqlServer.Types.SqlGeography Parse(System.Data.SqlTypes.SqlString s);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
static member Parse : System.Data.SqlTypes.SqlString -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function Parse (s As SqlString) As SqlGeography

Parâmetros

s
SqlString

A representação WKT da SqlGeography instância que você deseja retornar.

Retornos

Um SqlGeography valor construído a partir da representação WKT especificada.

Atributos

Aplica-se a