Read 메서드
Reads a binary representation of a geometry type into a SqlGeometry object. SqlGeometry
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
Public Sub Read ( _
r As BinaryReader _
)
‘사용 방법
Dim instance As SqlGeometry
Dim r As BinaryReader
instance.Read(r)
public void Read(
BinaryReader r
)
public:
virtual void Read(
BinaryReader^ r
) sealed
abstract Read :
r:BinaryReader -> unit
override Read :
r:BinaryReader -> unit
public final function Read(
r : BinaryReader
)
매개 변수
- r
유형: System.IO. . :: . .BinaryReader
BinaryReader object that reads a binary representation of a geometry type.
구현
주의
This member is sealed.
This method will throw a FormatException if SRID value read by r is invalid.