SqlGeography.AsGml 方法 ()

 

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

命名空间:   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 对象,该对象包含 SqlGeography 实例的 GML 表示形式。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首