インスタンスに格納されている Z (標高) 値および M (メジャー) 値で補完された SqlGeography インスタンスについて、Open Geospatial Consortium (OGC) Well-Known Binary (WKB) 表現を返します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function AsBinaryZM As SqlBytes
'使用
Dim instance As SqlGeography
Dim returnValue As SqlBytes
returnValue = instance.AsBinaryZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlBytes AsBinaryZM()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlBytes^ AsBinaryZM()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member AsBinaryZM : unit -> SqlBytes
public function AsBinaryZM() : SqlBytes
戻り値
型: System.Data.SqlTypes.SqlBytes
格納されている Z (標高) 値および M (メジャー) 値で補完された SqlGeography インスタンスのバイナリ表現です。