Partager via


Méthode SqlGeography.Serialize

Used for sending spatial data across the network.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Function Serialize As SqlBytes
'Utilisation
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

Valeur de retour

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

Notes

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

Voir aussi

Référence

SqlGeography Classe

Espace de noms Microsoft.SqlServer.Types