GeographyCollectionAggregate.Write 方法 (BinaryWriter)
此 API 支持 产品 基础结构,不应从代码直接使用。
写入 SqlGeography 对象写入二进制流。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
public void Write(
BinaryWriter w
)
public:
virtual void Write(
BinaryWriter^ w
) sealed
abstract Write :
w:BinaryWriter -> unit
override Write :
w:BinaryWriter -> unit
Public Sub Write (
w As BinaryWriter
)
参数
w
Type: System.IO.BinaryWriter将 BinaryWriter 对象写入二进制流的 SqlGeography 对象。
实现
IBinarySerialize.Write(BinaryWriter)
另请参阅
GeographyCollectionAggregate 类
Microsoft.SqlServer.Types 命名空间
返回页首