SqlGeography.AsBinaryZM Method ()

 

Applies To: SQL Server 2016 Preview

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.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlBytes AsBinaryZM()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlBytes^ AsBinaryZM()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member AsBinaryZM : unit -> SqlBytes
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function AsBinaryZM As SqlBytes

Return Value

Type: System.Data.SqlTypes.SqlBytes

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

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace

Return to top