GeographyUnionAggregate.Write 메서드

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

Writes a SqlGeography object to a binary stream.

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

구문

‘선언
Public Sub Write ( _
    w As BinaryWriter _
)
‘사용 방법
Dim instance As GeographyUnionAggregate 
Dim w As BinaryWriter

instance.Write(w)
public void Write(
    BinaryWriter w
)
public:
virtual void Write(
    BinaryWriter^ w
) sealed
abstract Write : 
        w:BinaryWriter -> unit  
override Write : 
        w:BinaryWriter -> unit
public final function Write(
    w : BinaryWriter
)

매개 변수

  • w
    유형: System.IO.BinaryWriter
    The BinaryWriter object that writes a SqlGeography object to a binary stream.

구현

IBinarySerialize.Write(BinaryWriter)

참고 항목

참조

GeographyUnionAggregate 클래스

Microsoft.SqlServer.Types 네임스페이스