SqlGeometry.AsBinaryZM 方法 ()

 

将标高和度量值作为二进制对象返回。

命名空间:   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

作为二进制对象的标高和度量值。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首