SqlGeography.AsGml メソッド

定義

SqlGeography インスタンスの Geography Markup Language (GML) 表現を返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlXml AsGml();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.AsGml : unit -> System.Data.SqlTypes.SqlXml
Public Function AsGml () As SqlXml

返品

SqlGeography インスタンスの GML 表現を含む SqlXml オブジェクト。

属性

適用対象