SqlGeography.Write 메서드

Writes a SqlGeography object to a binary stream.

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

구문

‘선언
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Sub Write ( _
    w As BinaryWriter _
)
‘사용 방법
Dim instance As SqlGeography 
Dim w As BinaryWriter

instance.Write(w)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public void Write(
    BinaryWriter w
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
virtual void Write(
    BinaryWriter^ w
) sealed
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
abstract Write : 
        w:BinaryWriter -> unit 
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
override Write : 
        w:BinaryWriter -> unit
public final function Write(
    w : BinaryWriter
)

매개 변수

구현

IBinarySerialize.Write(BinaryWriter)

참고 항목

참조

SqlGeography 클래스

Microsoft.SqlServer.Types 네임스페이스