次の方法で共有


SqlGeography.Deserialize メソッド

空間データ用に内部 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

パラメーター

戻り値

型: Microsoft.SqlServer.Types.SqlGeography
ネットワークに送信されるデータです。

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間