Compartir a través de


SqlGeography.Deserialize Método

Returns a constructed SqlGeometry from an internal SQL Server format for spatial data. Can be used for sending spatial data over the network or reading them from files.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Shared Function Deserialize ( _
    bytes As SqlBytes _
) As SqlGeography
'Uso
Dim bytes As SqlBytes 
Dim returnValue As SqlGeography 

returnValue = SqlGeography.Deserialize(bytes)
public static SqlGeography Deserialize(
    SqlBytes bytes
)
public:
static SqlGeography^ Deserialize(
    SqlBytes^ bytes
)
static member Deserialize : 
        bytes:SqlBytes -> SqlGeography
public static function Deserialize(
    bytes : SqlBytes
) : SqlGeography

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Types.SqlGeography
The data being sent over the network.

Vea también

Referencia

SqlGeography Clase

Espacio de nombres Microsoft.SqlServer.Types