SqlGeography.Write(BinaryWriter) Method

Definition

Writes a SqlGeography object to a binary stream.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public void Write (System.IO.BinaryWriter w);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
abstract member Write : System.IO.BinaryWriter -> unit
override this.Write : System.IO.BinaryWriter -> unit
Public Sub Write (w As BinaryWriter)

Parameters

w
BinaryWriter

BinaryWriter object that writes a SqlGeography object to a binary stream.

Implements

Attributes

Applies to