Partilhar via


Método GeographyConvexHullAggregate.Read

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Reads a binary representation of a geography type into a SqlGeometry object.

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

Sintaxe

'Declaração
Public Sub Read ( _
    r As BinaryReader _
)
'Uso
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
)

Parâmetros

  • r
    Tipo: System.IO.BinaryReader
    The BinaryReader object that reads a binary representation of a geography type.

Implementa

IBinarySerialize.Read(BinaryReader)

Consulte também

Referência

GeographyConvexHullAggregate Classe

Namespace Microsoft.SqlServer.Types