SqlGeometry.AsBinaryZM 方法

Returns the Elevation and Measure as a binary.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function AsBinaryZM As SqlBytes
用法
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

返回值

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

请参阅

参考

SqlGeometry 类

Microsoft.SqlServer.Types 命名空间