Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public Shared Function Deserialize ( _
bytes As SqlBytes _
) As SqlGeography
'Применение
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
Параметры
- bytes
Тип: System.Data.SqlTypes.SqlBytes
The data representing the spatial data being sent across the network.
Возвращаемое значение
Тип: Microsoft.SqlServer.Types.SqlGeography
The data being sent over the network.