SqlGeometry.AsBinaryZM Method

Returns the Elevation and Measure as a binary.

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

Syntax

'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function AsBinaryZM As SqlBytes
'Usage
Dim instance As SqlGeometry
Dim returnValue As SqlBytes

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

Return Value

Type: System.Data.SqlTypes.SqlBytes
The Elevation and Measure as a binary.

See Also

Reference

SqlGeometry Class

Microsoft.SqlServer.Types Namespace