Metoda SqlGeography.GeomFromGml
Konstrukcje SqlGeography wystąpienie podane reprezentacja podzbiór SQL Server z Geografia Markup Language (GML).
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Shared Function GeomFromGml ( _
xml As SqlXml, _
srid As Integer _
) As SqlGeography
'Użycie
Dim xml As SqlXml
Dim srid As Integer
Dim returnValue As SqlGeography
returnValue = SqlGeography.GeomFromGml(xml, _
srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public static SqlGeography GeomFromGml(
SqlXml xml,
int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
static SqlGeography^ GeomFromGml(
SqlXml^ xml,
int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
static member GeomFromGml :
xml:SqlXml *
srid:int -> SqlGeography
public static function GeomFromGml(
xml : SqlXml,
srid : int
) : SqlGeography
Parametry
- xml
Typ: System.Data.SqlTypes.SqlXml
Wejściowe dane XML, z którego GML zwróci wartość.
- srid
Typ: System.Int32
Int wyrażenie reprezentującego przestrzennej odwołanie Identyfikatora (SRID) Geografia wystąpienie ma być zwrócona.
Wartość zwracana
Typ: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography wartość skonstruowana z określonego GML.
Uwagi
Ta metoda wygeneruje FormatException, jeśli dane wejściowe nie są prawidłowo sformatowanego.