Метод SqlGeography.AsGml ()
Возвращает представление экземпляра SqlGeography на языке GML.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlXml AsGml()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlXml^ AsGml()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member AsGml : unit -> SqlXml
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function AsGml As SqlXml
Возвращаемое значение
Type: System.Data.SqlTypes.SqlXml
Объект SqlXm, содержащий представление экземпляра SqlGeography на языке GML.
См. также
Класс SqlGeography
Пространство имен Microsoft.SqlServer.Types
Вернуться в начало