SqlGeometry.STAsText Método

Definição

Retorna a representação WKT (Open Geospatial Consortium) Texto Bem Conhecido (WKT) de uma SqlGeometry instância. Esse texto não conterá nenhum valor Z (elevação) ou M (medida) executado pela instância.

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

Retornos

Um objeto SqlChars que contém a representação WKT do SqlGeometry.

Atributos

Aplica-se a