Метод SqlGeography.Serialize

Used for sending spatial data across the network.

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

Синтаксис

'Декларация
Public Function Serialize As SqlBytes
'Применение
Dim instance As SqlGeography 
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
A SqlBytes stream representing the spatial data being sent across the network.

Замечания

Used in conjunction with Deserialize() for sending spatial data across the network.

См. также

Справочник

SqlGeography Класс

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