Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 GeographyCollectionAggregate
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)