GeographyCollectionAggregate.Read 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
Public Sub Read ( _
    r As BinaryReader _
)
用法
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
)

参数

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

实现

IBinarySerialize.Read(BinaryReader)

请参阅

参考

GeographyCollectionAggregate 类

Microsoft.SqlServer.Types 命名空间