Método SqlGeography.Serialize
Used for sending spatial data across the network.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Function Serialize As SqlBytes
'Uso
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
Valor de retorno
Tipo: System.Data.SqlTypes.SqlBytes
A SqlBytes stream representing the spatial data being sent across the network.
Comentários
Used in conjunction with Deserialize() for sending spatial data across the network.