GeographyCollectionAggregate.Write(BinaryWriter) メソッド

定義

SqlGeography オブジェクトをバイナリ ストリームに書き込みます。

public void Write(System.IO.BinaryWriter w);
abstract member Write : System.IO.BinaryWriter -> unit
override this.Write : System.IO.BinaryWriter -> unit
Public Sub Write (w As BinaryWriter)

パラメーター

w
BinaryWriter

バイナリ ストリームに SqlGeography オブジェクトを書き込む BinaryWriter オブジェクト。

実装

適用対象