SqlGeography.AsGml Método

Definición

Devuelve la representación del lenguaje de marcado geography (GML) de una SqlGeography instancia.

[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

Devoluciones

Objeto SqlXml que contiene la representación GML de la SqlGeography instancia.

Atributos

Se aplica a