SqlGeography.Deserialize(SqlBytes) メソッド

定義

空間データの内部SQL Server形式から構築された SqlGeometry を返します。 ネットワーク経由で空間データを送信したり、ファイルから読み取ったりするために使用できます。

public static Microsoft.SqlServer.Types.SqlGeography Deserialize(System.Data.SqlTypes.SqlBytes bytes);
static member Deserialize : System.Data.SqlTypes.SqlBytes -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function Deserialize (bytes As SqlBytes) As SqlGeography

パラメーター

bytes
SqlBytes

ネットワーク経由で送信される空間データを表すデータ。

返品

ネットワーク経由で送信されるデータ。

適用対象