SqlGeography.Serialize 메서드

Used for sending spatial data across the network.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public Function Serialize As SqlBytes
‘사용 방법
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

반환 값

유형: System.Data.SqlTypes.SqlBytes
A SqlBytes stream representing the spatial data being sent across the network.

주의

Used in conjunction with Deserialize() for sending spatial data across the network.

참고 항목

참조

SqlGeography 클래스

Microsoft.SqlServer.Types 네임스페이스