SqlGeography.AsBinaryZM Method

Definition

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

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

Returns

The binary representation of the SqlGeography instance augmented with any Z (elevation) and M (measure) values carried by the instance.

Attributes

Applies to