Condividi tramite


Metodo SqlGeography.Serialize

Used for sending spatial data across the network.

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
Public Function Serialize As SqlBytes
'Utilizzo
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

Valore restituito

Tipo: System.Data.SqlTypes.SqlBytes
A SqlBytes stream representing the spatial data being sent across the network.

Osservazioni

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

Vedere anche

Riferimento

SqlGeography Classe

Spazio dei nomi Microsoft.SqlServer.Types