AsGml 方法

Returns the Geography Markup Language (GML) representation of a SqlGeometry instance.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function AsGml As SqlXml
用法
Dim instance As SqlGeometry
Dim returnValue As SqlXml

returnValue = instance.AsGml()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlXml AsGml()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlXml^ AsGml()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member AsGml : unit -> SqlXml 
public function AsGml() : SqlXml

返回值

类型:System.Data.SqlTypes. . :: . .SqlXml
A SqlXml value containing the GML representation of the calling SqlGeometry instance.