GeographyUnionAggregate.Write Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Writes a SqlGeography object to a binary stream.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Write ( _
w As BinaryWriter _
)
'Usage
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
)
Parameters
- w
Type: System.IO.BinaryWriter
The BinaryWriter object that writes a SqlGeography object to a binary stream.
Implements
IBinarySerialize.Write(BinaryWriter)