SqlGeography.Deserialize 方法 (SqlBytes)
从空间数据的内部 SQL Server 格式返回构建的 SqlGeometry。 可用于通过网络发送空间数据或从文件中读取这些空间数据。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
public static SqlGeography Deserialize(
SqlBytes bytes
)
public:
static SqlGeography^ Deserialize(
SqlBytes^ bytes
)
static member Deserialize :
bytes:SqlBytes -> SqlGeography
Public Shared Function Deserialize (
bytes As SqlBytes
) As SqlGeography
参数
bytes
Type: System.Data.SqlTypes.SqlBytes表示正在跨网络发送的空间数据的数据。
返回值
Type: Microsoft.SqlServer.Types.SqlGeography
正在跨网络发送的数据。
另请参阅
SqlGeography 类
Microsoft.SqlServer.Types 命名空间
返回页首