SqlGeometry.AsTextZM Method

Definition

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

[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

Returns

A SqlChars value containing the WKT representation of the SqlGeometry value.

Attributes

Applies to