SqlGeometry.Serialize 메서드

Returns the bytes that represent an internal SQL Server format of SqlGeometry type.

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

구문

‘선언
Public Function Serialize As SqlBytes
‘사용 방법
Dim instance As SqlGeometry 
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
Returns the bytes that represent an internal SQL Server format of SqlGeometry type.

주의

This is useful for sending spatial data across the network.

참고 항목

참조

SqlGeometry 클래스

Microsoft.SqlServer.Types 네임스페이스