Compartir a través de


SqlGeography.AsTextZM Método

Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a SqlGeography instance augmented with any Z (elevation) and M (measure) values carried by the instance.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function AsTextZM As SqlChars
'Uso
Dim instance As SqlGeography 
Dim returnValue As SqlChars 

returnValue = instance.AsTextZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlChars AsTextZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlChars^ AsTextZM()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member AsTextZM : unit -> SqlChars
public function AsTextZM() : SqlChars

Valor devuelto

Tipo: System.Data.SqlTypes.SqlChars
A SqlChars value containing the WKT representation of the SqlGeography instance.

Vea también

Referencia

SqlGeography Clase

Espacio de nombres Microsoft.SqlServer.Types