SqlGeometry.Parse(SqlString) Método

Definição

Retorna uma SqlGeometry 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.SqlGeometry Parse(System.Data.SqlTypes.SqlString s);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
static member Parse : System.Data.SqlTypes.SqlString -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function Parse (s As SqlString) As SqlGeometry

Parâmetros

s
SqlString

Especifica a representação WKT da SqlGeometry instância que você deseja retornar.

Retornos

Uma SqlGeometry instância interpretada da representação WKT fornecida. Retorna nulo se s for nulo.

Atributos

Aplica-se a