SqlGeometry.AsTextZM Método

Definição

Retorna a representação WKT (Open Geospatial Consortium) Texto Bem Conhecido (WKT) de uma SqlGeometry instância, aumentada com quaisquer valores Z (elevação) e M (medida) transportados pela instância.

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

Retornos

Um valor sqlChars que contém a representação WKT do SqlGeometry valor.

Atributos

Aplica-se a