Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Writes a SqlGeometry instance 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 GeometryUnionAggregate
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 the SqlGeometry instance to a binary stream.
Implements
IBinarySerialize.Write(BinaryWriter)