SqlGeography.AsBinaryZM 方法 ()

 

返回 SqlGeography 实例的开放地理空间联盟 (OGC) 熟知二进制 (WKB) 表示形式,增加了该实例传递的任何 Z(标高)和 M(度量)值。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[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

返回值

Type: System.Data.SqlTypes.SqlBytes

SqlGeography 实例的二进制表示形式,增加了该实例传递的任何 Z(标高)和 M(度量)值。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首