Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 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
'Declaration
Public Sub Write ( _
w As BinaryWriter _
)
'Usage
Dim instance As GeometryConvexHullAggregate
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 SqlGeometry object to a binary stream.
Implements
IBinarySerialize.Write(BinaryWriter)