Поделиться через


Метод SqlGeometry.AsTextZM

Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a SqlGeometry instance, augmented with any Z (elevation) and M (measure) values carried by the instance.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function AsTextZM As SqlChars
'Применение
Dim instance As SqlGeometry 
Dim returnValue As SqlChars 

returnValue = instance.AsTextZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlChars AsTextZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlChars^ AsTextZM()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member AsTextZM : unit -> SqlChars
public function AsTextZM() : SqlChars

Возвращаемое значение

Тип: System.Data.SqlTypes.SqlChars
A SqlChars value containing the WKT representation of the SqlGeometry value.

См. также

Справочник

SqlGeometry Класс

Пространство имен Microsoft.SqlServer.Types