SqlGeography.AsTextZM 方法 ()

 

返回的开放地理空间联盟 (OGC) 熟知文本 (WKT) 表示形式 SqlGeography 实例增强任何 Z (标高) 和 M (度量) 值,使该实例传递的。

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

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlChars AsTextZM()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlChars^ AsTextZM()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member AsTextZM : unit -> SqlChars
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function AsTextZM As SqlChars

返回值

Type: System.Data.SqlTypes.SqlChars

一个 SqlChars 值,该值包含 SqlGeography 实例的 WKT 表示形式。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首