SqlGeography.STAsText Método

Definición

Devuelve la representación Open Geospatial Consortium (OGC) Well-Known Text (WKT) de una SqlGeography instancia.

[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

Devoluciones

Valor sqlChars que contiene la representación WKT de la SqlGeography instancia.

Atributos

Se aplica a