SqlGeography.Deserialize 메서드

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

매개 변수

반환 값

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

참고 항목

참조

SqlGeography 클래스

Microsoft.SqlServer.Types 네임스페이스