GeometryConvexHullAggregate.Write Method (BinaryWriter)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Writes a SqlGeometry object to a binary stream.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

public void Write(
    BinaryWriter w
)
public:
virtual void Write(
    BinaryWriter^ w
) sealed
abstract Write : 
        w:BinaryWriter -> unit
override Write : 
        w:BinaryWriter -> unit
Public Sub Write (
    w As BinaryWriter
)

Parameters

Implements

IBinarySerialize.Write(BinaryWriter)

See Also

GeometryConvexHullAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top