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.
Reads a binary representation of a geometry type into a SqlGeometry object.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Read ( _
r As BinaryReader _
)
'Usage
Dim instance As GeometryCollectionAggregate
Dim r As BinaryReader
instance.Read(r)
public void Read(
BinaryReader r
)
public:
virtual void Read(
BinaryReader^ r
) sealed
abstract Read :
r:BinaryReader -> unit
override Read :
r:BinaryReader -> unit
public final function Read(
r : BinaryReader
)
Parameters
- r
Type: System.IO.BinaryReader
The BinaryReader object that reads a binary representation of a geometry type.
Implements
IBinarySerialize.Read(BinaryReader)