GeographyConvexHullAggregate.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 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
)
參數
- r
型別:System.IO.BinaryReader
The BinaryReader object that reads a binary representation of a geography type.
實作
IBinarySerialize.Read(BinaryReader)