SqlGeometry.AsBinaryZM Method

Definition

Returns the Elevation and Measure as a binary.

[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 Elevation and Measure as a binary.

Attributes

Applies to