Partilhar via


Método SqlGeometry.AsGml

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

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function AsGml As SqlXml
'Uso
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

Valor de retorno

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

Consulte também

Referência

SqlGeometry Classe

Namespace Microsoft.SqlServer.Types