Метод SqlGeometry.Serialize

Returns the bytes that represent an internal SQL Server format of SqlGeometry type.

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

Синтаксис

'Декларация
Public Function Serialize As SqlBytes
'Применение
Dim instance As SqlGeometry 
Dim returnValue As SqlBytes 

returnValue = instance.Serialize()
public SqlBytes Serialize()
public:
SqlBytes^ Serialize()
member Serialize : unit -> SqlBytes
public function Serialize() : SqlBytes

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

Тип: System.Data.SqlTypes.SqlBytes
Returns the bytes that represent an internal SQL Server format of SqlGeometry type.

Замечания

This is useful for sending spatial data across the network.

См. также

Справочник

SqlGeometry Класс

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