SqlGeometry.AsGml 方法 ()

 

返回地理标记语言 (GML) 表示形式 SqlGeometry 实例。

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

语法

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

返回值

Type: System.Data.SqlTypes.SqlXml

一个 SqlXml 值,该值包含调用 SqlGeometry 实例的 GML 表示形式。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首