Метод SqlGeometry.AsBinaryZM ()

 

Возвращает уровень и меру как двоичный объект.

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

Синтаксис

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlBytes AsBinaryZM()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlBytes^ AsBinaryZM()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member AsBinaryZM : unit -> SqlBytes
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function AsBinaryZM As SqlBytes

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

Type: System.Data.SqlTypes.SqlBytes

Уровень и мера как двоичный объект.

См. также

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

Вернуться в начало