SqlGeography.Write(BinaryWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
BinaryWriter object that writes a SqlGeography object to a binary stream.
Implements
- Attributes