Partager via


Méthode SqlGeometry.AsBinaryZM

Returns the Elevation and Measure as a binary.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function AsBinaryZM As SqlBytes
'Utilisation
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

Valeur de retour

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

Voir aussi

Référence

SqlGeometry Classe

Espace de noms Microsoft.SqlServer.Types