Freigeben über


SqlGeometry.AsBinaryZM-Methode ()

 

Gibt die Z- (Höhe) und M-Werte (Measure) als Binärdaten ein.

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

Rückgabewert

Type: System.Data.SqlTypes.SqlBytes

Die Z- (Höhe) und M-Werte (Measure) als Binärdaten.

Siehe auch

SqlGeometry-Klasse
Microsoft.SqlServer.Types-Namespace

Zurück zum Anfang