Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.