GeographyConvexHullAggregate.Read-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Reads a binary representation of a geography 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 GeographyConvexHullAggregate
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
)
Parameter
- r
Typ: System.IO.BinaryReader
The BinaryReader object that reads a binary representation of a geography type.
Implementiert
IBinarySerialize.Read(BinaryReader)