共用方式為


GeographyConvexHullAggregate.Write 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Writes a SqlGeography object to a binary stream.

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
Public Sub Write ( _
    w As BinaryWriter _
)
'用途
Dim instance As GeographyConvexHullAggregate 
Dim w As BinaryWriter

instance.Write(w)
public void Write(
    BinaryWriter w
)
public:
virtual void Write(
    BinaryWriter^ w
) sealed
abstract Write : 
        w:BinaryWriter -> unit  
override Write : 
        w:BinaryWriter -> unit
public final function Write(
    w : BinaryWriter
)

參數

  • w
    型別:System.IO.BinaryWriter
    The BinaryWriter object that writes a SqlGeography object to a binary stream.

實作

IBinarySerialize.Write(BinaryWriter)

請參閱

參考

GeographyConvexHullAggregate 類別

Microsoft.SqlServer.Types 命名空間