Partager via


Méthode GeographyCollectionAggregate.Read

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Sub Read ( _
    r As BinaryReader _
)
'Utilisation
Dim instance As GeographyCollectionAggregate 
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
)

Paramètres

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

Implémente

IBinarySerialize.Read(BinaryReader)

Voir aussi

Référence

GeographyCollectionAggregate Classe

Espace de noms Microsoft.SqlServer.Types