空間データ用に内部 SQL Server 形式で構築された SqlGeometry を返します。 ネットワーク上での空間データの送信、またはファイルからの空間データの読み取りに使用できます。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
Public Shared Function Deserialize ( _
bytes As SqlBytes _
) As SqlGeography
'使用
Dim bytes As SqlBytes
Dim returnValue As SqlGeography
returnValue = SqlGeography.Deserialize(bytes)
public static SqlGeography Deserialize(
SqlBytes bytes
)
public:
static SqlGeography^ Deserialize(
SqlBytes^ bytes
)
static member Deserialize :
bytes:SqlBytes -> SqlGeography
public static function Deserialize(
bytes : SqlBytes
) : SqlGeography
パラメーター
- bytes
型: System.Data.SqlTypes.SqlBytes
ネットワーク上に送信される空間データを表すデータです。
戻り値
型: Microsoft.SqlServer.Types.SqlGeography
ネットワークに送信されるデータです。