GeometryUnionAggregate.Read 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Reads a binary representation of a geometry type into a SqlGeometry object.

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

구문

‘선언
Public Sub Read ( _
    r As BinaryReader _
)
‘사용 방법
Dim instance As GeometryUnionAggregate 
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
    The BinaryReader object that reads a binary representation of a geography type.

구현

IBinarySerialize.Read(BinaryReader)

참고 항목

참조

GeometryUnionAggregate 클래스

Microsoft.SqlServer.Types 네임스페이스