Metoda SqlGeometry.AsGml
Zwraca reprezentacja Geografia Markup Language (GML) SqlGeometry wystąpienie.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function AsGml As SqlXml
'Użycie
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
Wartość zwracana
Typ: System.Data.SqlTypes.SqlXml
A SqlXml wartość zawierający reprezentację GML wywołujący SqlGeometry wystąpienie.